Added simple form of concept composition

This commit is contained in:
2020-01-15 18:38:29 +01:00
parent 51fa9629d0
commit 8152f82c6b
22 changed files with 1105 additions and 544 deletions
+1 -1
View File
@@ -675,7 +675,7 @@ when you input
one two three four five
the list of :code:`[foo, bar]` will be returned by the parser (as return values)
the list of :code:`[foo, bar]` will be returned by the ConceptLexerParser (as return values)
How does it works ?