1
0
forked from GitHub/gf-core

Yay!! Direct generation of PMCFG from GF grammar

This commit is contained in:
krasimir
2010-06-18 12:55:58 +00:00
parent 5dfc9bbc0b
commit 992a7ffb38
17 changed files with 500 additions and 996 deletions

View File

@@ -112,7 +112,7 @@ data Token
| T_where
| T_with
| T_String String -- string literals
| T_Integer Integer -- integer literals
| T_Integer Int -- integer literals
| T_Double Double -- double precision float literals
| T_LString String
| T_Ident Ident