forked from GitHub/gf-core
13 lines
195 B
Plaintext
13 lines
195 B
Plaintext
language linsCnc
|
|
|
|
productions
|
|
|
|
C1 -> F0[]
|
|
|
|
functions
|
|
|
|
F0 := () [zero]
|
|
|
|
sequences
|
|
|
|
startcats
|
|
|
|
C := [C0]
|
|
|
|
Float := [Float]
|
|
|
|
Int := [Int]
|
|
|
|
Nat := [C1]
|
|
|
|
String := [String]
|
|
|