mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-30 23:02:50 -06:00
added examples/SUMO
This commit is contained in:
9
examples/SUMO/RGLExt/DictLangEng.gf
Normal file
9
examples/SUMO/RGLExt/DictLangEng.gf
Normal file
@@ -0,0 +1,9 @@
|
||||
--# -path=.:../../../lib/src/abstract:../../../lib/src/english:../../../lib/src/common
|
||||
|
||||
concrete DictLangEng of DictLang =
|
||||
GrammarEng,
|
||||
ExtensionEng ** {
|
||||
|
||||
flags unlexer = text ; lexer = text ;
|
||||
|
||||
} ;
|
||||
Reference in New Issue
Block a user