fist version of the lexer
This commit is contained in:
+1
-2
@@ -12,8 +12,7 @@ class Concept:
|
||||
self.is_builtin = is_builtin
|
||||
self.pre = None # list of pre conditions before calling the main function
|
||||
self.post = None # list of post conditions after calling the main function
|
||||
self.main = None # main method
|
||||
self.value = None # value of the concept
|
||||
self.main = None # main method, can also be the value of the concept
|
||||
self.id = Concept.concepts_id
|
||||
Concept.concepts_id = Concept.concepts_id + 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user