summaryrefslogtreecommitdiff
path: root/src/runtime/c/gu/utf8.h
AgeCommit message (Collapse)Author
2017-04-19more changes to make the C runtime compilable with MSVCkrasimir
2017-04-19in libgu mark explicitly all functions that belong to the APIkrasimir
2015-05-08the parser is now fully Unicode compatiblekrasimir
2015-05-06fix the UTF8 implementation in libgukrasimir
2013-10-09a major redesign in the C runtime. The parser and the linearizer now fully ↵kr.angelov
support BIND. The following things are still broken: parseval, word completion, handling 'pre', the robust mode
2013-10-09added gu_is_space in gu/utf8.h. this helps to avoid the dependency on the ↵kr.angelov
broken unicode library for C.
2013-09-13optimize the reading of strings in the grammar loader.kr.angelov
2013-09-13clean up the UTF8 API in libgukr.angelov
2012-12-12started an official API to the C runtimekr.angelov
2012-05-16another attempt to port the robust parser to MacOSkr.angelov
2012-01-20initial import of the C runtimekr.angelov