forked from GitHub/gf-core
8 lines
97 B
Plaintext
8 lines
97 B
Plaintext
interface Lex = open Grammar in {
|
|
|
|
oper
|
|
even_A : A ;
|
|
odd_A : A ;
|
|
zero_PN : PN ;
|
|
|
|
} |