1
0
forked from GitHub/gf-core

format .gfm for multiple modules in the same file; includes lines with ;-separated words

This commit is contained in:
aarne
2010-11-30 14:50:24 +00:00
parent 667e7e67d3
commit 752a7b8030
6 changed files with 59 additions and 23 deletions

View File

@@ -407,6 +407,9 @@ allCommands env@(pgf, mos) = Map.fromList [
"If a grammar with the same concrete name is already in the state",
"it is overwritten - but only if compilation succeeds.",
"The grammar parser depends on the file name suffix:",
" .cf context-free (labelled BNF) source",
" .ebnf extended BNF source",
" .gfm multi-module GF source",
" .gf normal GF source",
" .gfo compiled GF source",
" .pgf precompiled grammar in Portable Grammar Format"