forked from GitHub/gf-core
10 lines
158 B
Plaintext
10 lines
158 B
Plaintext
--# -path=.:../abstract:../common:prelude
|
|
|
|
concrete GrammarTur of Grammar =
|
|
NumeralTur
|
|
** {
|
|
|
|
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
|
|
|
} ;
|