Added empty string parser
This commit is contained in:
@@ -25,6 +25,7 @@ class BuiltinConcepts(Enum):
|
||||
PARSING = 16 # activated during the parsing. It contains the text to parse
|
||||
AFTER_PARSING = 17 # activated when the parsing process seems to be finished
|
||||
CONCEPT_ALREADY_DEFINED = 18 # when you try to add the same concept twice
|
||||
NOP = 19 # no operation concept. Does nothing
|
||||
|
||||
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user