mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-14 10:48:55 +00:00
fixes to run stdlib tests and tutorial tests. No unexpected exits on these tests (without output checkings). + remove som e leftovers from stdlib closure coding + bug fixes
This commit is contained in:
parent
467eeb0eef
commit
4d7afdeae0
10 changed files with 84 additions and 51 deletions
|
|
@ -19,9 +19,7 @@
|
|||
DEF(CMD_BINOP_AND, &&) \
|
||||
DEF(CMD_BINOP_OR, ||)
|
||||
|
||||
// NOTE: includes additional ':' operator
|
||||
#define FORALL_BINOP_FUNC(DEF) \
|
||||
DEF(Ls__Infix_58) \
|
||||
DEF(Ls__Infix_3333) \
|
||||
DEF(Ls__Infix_3838) \
|
||||
DEF(Ls__Infix_6161) \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue