mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-06-25 19:06:27 -06:00
gfse: grammars can now contain one-line descriptions
Also fixed two small problems with public grammars.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user