gfse: grammars can now contain one-line descriptions

Also fixed two small problems with public grammars.
This commit is contained in:
hallgren
2012-10-18 12:48:39 +00:00
parent 36dd5502aa
commit 9a022a141e
3 changed files with 24 additions and 2 deletions
+1
View File
@@ -9,6 +9,7 @@ type FunId = Id -- function name
type Type = [Cat] -- [Cat_1,...,Cat_n] means Cat_1 -> ... -> Cat_n
type Grammar = { basename: ModId,
comment: String,
extends: [ModId], -- in 1-to-1 correspondence with uextends
uextends: [UniqueId], -- added 2012-10-16
abstract: Abstract,