forked from GitHub/gf-core
the parser in the C runtime can now detect incomplete sentences just like the parser in the Haskell runtime. This is also reflected in all bindings.
This commit is contained in:
@@ -20,6 +20,9 @@
|
||||
JPGF_INTERNAL_DECL jstring
|
||||
gu2j_string(JNIEnv *env, GuString s);
|
||||
|
||||
JPGF_INTERNAL_DECL jstring
|
||||
gu2j_string_len(JNIEnv *env, const char* s, size_t len);
|
||||
|
||||
JPGF_INTERNAL_DECL jstring
|
||||
gu2j_string_buf(JNIEnv *env, GuStringBuf* sbuf);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user