mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-01 07:12:50 -06:00
a major redesign in the C runtime. The parser and the linearizer now fully support BIND. The following things are still broken: parseval, word completion, handling 'pre', the robust mode
This commit is contained in:
@@ -37,7 +37,7 @@ gu_utf8_decode(const uint8_t** utf8);
|
||||
void
|
||||
gu_in_utf8_buf(uint8_t** buf, GuIn* in, GuExn* err);
|
||||
|
||||
bool
|
||||
static inline bool
|
||||
gu_is_space(uint8_t c) {
|
||||
return (c == '\t' || c == '\n' || c == '\v' ||
|
||||
c == '\f' || c == '\r' || c == ' ');
|
||||
|
||||
Reference in New Issue
Block a user