mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-28 05:52:51 -06:00
now a complete JIT compiler and ByteCode compiler for the def rules in the abstract syntax. there might be some bugs yet to be found, meta variables and computation under lambda is only partially supported
This commit is contained in:
@@ -65,9 +65,6 @@ gu_buf_avail(GuBuf* buf);
|
||||
void*
|
||||
gu_buf_data(GuBuf* buf);
|
||||
|
||||
void*
|
||||
gu_buf_last(GuBuf* buf);
|
||||
|
||||
GuSeq*
|
||||
gu_buf_data_seq(GuBuf* buf);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user