Renamed ConceptMatch into ConceptExpression and added unit tests
This commit is contained in:
+1
-1
@@ -682,7 +682,7 @@ How does it works ?
|
||||
As explained in the code, my implementation is highly inspired by Arpegio project. To define your grammar, you
|
||||
use **ParsingExpressions**. There are several types
|
||||
|
||||
* some use to recognize tokens StrMatch, ConceptMatch
|
||||
* some use to recognize tokens StrMatch, ConceptExpression
|
||||
* other use to tell how to recognize Sequence, OrderedChoice, Optional, OneOrMore, ZeroOrMore...
|
||||
|
||||
Some example :
|
||||
|
||||
Reference in New Issue
Block a user