summaryrefslogtreecommitdiff
path: root/src/runtime/c/gu
AgeCommit message (Expand)Author
2013-09-05remove the string internalization since it slows down grammar loading with li...kr.angelov
2013-09-05fix gu_in_bytes_ to use bufferingkr.angelov
2013-09-05remove the read and write modules from libgu. this simplifies the i/o layerkr.angelov
2013-09-05remove dump and yaml from libgukr.angelov
2013-09-05bugfix for gu_buffered_inkr.angelov
2013-09-04the code in the C runtime is now complete independent from config.hkr.angelov
2013-09-04remove the dependency on the CHAR_ASCII flagkr.angelov
2013-09-04remove the dependency on the HAVE_STATEMENT_EXPRESSIONS flag. This reduces th...kr.angelov
2013-09-04avoid using nan() in libgu for portability with Androidkr.angelov
2013-08-27comparison for strings in libgukr.angelov
2013-08-27quicksort and binary search for buffers in libgukr.angelov
2013-08-19added GuEnum interface for iterating over maps in the C runtimekr.angelov
2013-07-18bugfix for parsing floating point numbers in the C runtimekr.angelov
2013-07-02hash function for abstract syntax treeskr.angelov
2013-06-22bugfix for the word completion in the C runtimekr.angelov
2013-05-29readPGF in the Python runtime now throws "No such file or directory" exceptio...kr.angelov
2013-05-01word completion in the C runtime. The runtime/python/test.py example is now u...kr.angelov
2013-02-26added gu_buf_flush in seq.c which removes all elements from a bufferkr.angelov
2013-02-01implement gu_exn_caught in gu/exn.c. It was missingkr.angelov
2012-12-27bugfix in the strings library from the C runtimekr.angelov
2012-12-12started an official API to the C runtimekr.angelov
2012-11-12implemented gu_map_count in runtime/c/gu/map.ckr.angelov
2012-10-25a major refactoring in the robust parser: bottom-up filtering and garbage col...kr.angelov
2012-06-13Use a separated tag for meta productions in the robust parser. This cleans up...kr.angelov
2012-05-25fixed an alignment bug in libgu which leads to crash on some platformskr.angelov
2012-05-16another attempt to port the robust parser to MacOSkr.angelov
2012-05-16small fix for compiling the robust parser on MacOSkr.angelov
2012-03-07libpgf: implementation for built in literal categorieskr.angelov
2012-03-02libpgf: simple optimization in the implementation for heapskr.angelov
2012-02-29libpgf: an API for building heaps from buffers in gu/seq.ckr.angelov
2012-02-29libpgf: the choice object should remember integers instead of single byteskr.angelov
2012-01-26libpgf: fix in string.hkr.angelov
2012-01-20initial import of the C runtimekr.angelov