mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-30 10:38:19 +00:00
Ostap expr combinator (no associativity, no attributes yet)
This commit is contained in:
parent
33ec55e76e
commit
d93995c444
3 changed files with 95 additions and 0 deletions
6
stdlib/regression/orig/test11.log
Normal file
6
stdlib/regression/orig/test11.log
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
Succ ("a")
|
||||
Succ (Add ("a", "a"))
|
||||
Succ (Sub ("a", "a"))
|
||||
Succ (Add ("a", Sub ("a", "a")))
|
||||
Succ (Add ("a", Mul ("a", "a")))
|
||||
Succ (Sub (Mul ("a", "a"), Div ("a", "a")))
|
||||
Loading…
Add table
Add a link
Reference in a new issue