Maintenance guide
For Grammar_.h, Lexer_.h
deployment view
compile-time options
Grammar_.h
MAX_COMPOSITE_GRAMMAR_NODES
200
max number of composite nodes in all grammar trees. Composite grammar nodes are EITHER(), MAYBE(), .. but not THE(), A_()
Lexer_.h
MAX_TOKENS_IN_STRING
20
max number of tokens in any syntactic/grammar node
quality view
unitTest/test1.cpp for test of minimal case
unitTest/C_test.cpp for test with fuzzy C grammar