mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-20 10:19:32 -06:00
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]
|
|
|