Fixed #30 : Add variable support in BNF concept definition
Fixed #31 : Add regex support in BNF Concept Fixed #33 : Do not memorize object during restore
This commit is contained in:
@@ -37,3 +37,14 @@ woman is a female
|
||||
def concept human
|
||||
man is a human
|
||||
woman is a human
|
||||
|
||||
# days of the week
|
||||
def concept monday
|
||||
def concept tuesday
|
||||
def concept wednesday
|
||||
def concept thursday
|
||||
def concept friday
|
||||
def concept saturday
|
||||
def concept sunday
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user