forked from GitHub/gf-core
16 lines
334 B
Plaintext
16 lines
334 B
Plaintext
checking module linsCnc
|
|
|
|
Warning: no linearization type for C, inserting default {s : Str}
|
|
|
|
Warning: no linearization of test
|
|
|
|
language linsCnc
|
|
|
|
productions
|
|
|
|
C1 -> F0[]
|
|
|
|
functions
|
|
|
|
F0 := () [zero]
|
|
|
|
sequences
|
|
|
|
startcats
|
|
|
|
C := [C0]
|
|
|
|
Float := [CFloat]
|
|
|
|
Int := [CInt]
|
|
|
|
Nat := [C1]
|
|
|
|
String := [CString]
|
|
|