mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-24 03:52:50 -06:00
make runtime
This commit is contained in:
@@ -21,6 +21,8 @@ Generated files:
|
|||||||
---------------
|
---------------
|
||||||
Imper.gfcm -- canonical multilingual GF grammar for C and JVM
|
Imper.gfcm -- canonical multilingual GF grammar for C and JVM
|
||||||
ImperC.cf -- LBNF grammar for C generated from Imper.gfcm
|
ImperC.cf -- LBNF grammar for C generated from Imper.gfcm
|
||||||
|
TestImperC -- executable parser generated from ImperC.cf
|
||||||
|
runtime.class -- runtime binary generated from runtime.j
|
||||||
gft.tmp -- parse result generated by the compiler front end
|
gft.tmp -- parse result generated by the compiler front end
|
||||||
jvm.tmp -- pseudo-JVM produced by GF linearization
|
jvm.tmp -- pseudo-JVM produced by GF linearization
|
||||||
|
|
||||||
|
|||||||
@@ -10,3 +10,4 @@ compiler:
|
|||||||
bnfc -m -prof ImperC.cf
|
bnfc -m -prof ImperC.cf
|
||||||
make -f Makefile
|
make -f Makefile
|
||||||
rm *.tmp
|
rm *.tmp
|
||||||
|
jasmin runtime.j
|
||||||
|
|||||||
Reference in New Issue
Block a user