issues
search
YannCaron
/
JinyParser
A java parser based on combinatoric framework
2
stars
0
forks
source link
Grammar Analyser
#6
Open
YannCaron
opened
9 years ago
YannCaron
commented
9 years ago
Analyse grammar.
Check that dropper drop a xterminal to a nonTerminal
Check that catcher catch a xterminal to a nonTerminal
Check that creator embed a lexem
Check the type and presence of visitors
YannCaron
commented
9 years ago
Avoid first list and replace it by:
Check visitor consistency
Check the production (and lexem) consistency
Analyse grammar.