Fixed #32 : concept groups are not correctly updated
Fixed #35 : Refactor test helper class (CNC, CC, CIO) Fixed #36 : Concept values are not used when declared with variable expression Fixed #37 : Objects in memory lose their values are restart Fixed #38 : func(a=b, c) (which is not allowed) raise an exception
This commit is contained in:
@@ -89,4 +89,8 @@ def concept divided from a divided by b as a * b
|
||||
set_is_greater_than(__PRECEDENCE, multiplied, plus, 'Sya')
|
||||
set_is_greater_than(__PRECEDENCE, divided, plus, 'Sya')
|
||||
set_is_greater_than(__PRECEDENCE, multiplied, minus, 'Sya')
|
||||
set_is_greater_than(__PRECEDENCE, divided, minus, 'Sya')
|
||||
set_is_greater_than(__PRECEDENCE, divided, minus, 'Sya')
|
||||
|
||||
def concept quantity
|
||||
def concept quantify x from bnf number x as set_attr(x, quantity, number) ret x
|
||||
def concept how many x pre is_question() as get_attr(memory(x), quantity)
|
||||
Reference in New Issue
Block a user