mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 11:42:49 -06:00
Lexer by need.
This commit is contained in:
@@ -191,4 +191,5 @@ evalPrintname gr c ppr lin =
|
||||
C x y -> C (oneBranch x) (oneBranch y)
|
||||
S x _ -> oneBranch x
|
||||
P x _ -> oneBranch x
|
||||
Alts (d,_) -> oneBranch d
|
||||
_ -> t
|
||||
|
||||
@@ -88,6 +88,7 @@ stateGrammarST = grammar
|
||||
stateCF = cf
|
||||
stateMorpho = morpho
|
||||
stateOptions = loptions
|
||||
stateGrammarWords = map fst . tree2list . stateMorpho
|
||||
|
||||
cncModuleIdST = stateGrammarST
|
||||
|
||||
|
||||
Reference in New Issue
Block a user