summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* array literalsubq3232024-06-268-0/+13
* add arrays, appending, getting length, indexingubq3232024-06-264-0/+16
* func5 testubq3232024-06-262-0/+14
* remove OP_PUTS and OP_PRINT, use say and write functions insteadubq3232024-06-2614-26/+26
* remove implicit print and adjust tests accordinglyubq3232024-06-2615-20/+12
* mandel_local testubq3232024-06-262-0/+54
* remove explicit toplevel (do ...) from testsubq3232024-06-269-76/+67
* parse multiple expressionsubq3232024-06-262-0/+6
* vars4 testubq3232024-06-262-0/+12
* allow local resolution into outer scopesubq3232024-06-252-0/+7
* more function testsubq3232024-06-256-0/+32
* get functions and arguments and returning to work fullyubq3232024-06-251-2/+2
* add local variables and (let) formubq3232024-06-243-1/+6
* keep track of stack position while compilingubq3232024-06-242-0/+3
* compilation of functions, and some parts of interpreting themubq3232024-06-222-0/+4
* refactor compilation of builtin formsubq3232024-06-211-1/+1
* optimize mandelbrotubq3232024-06-211-2/+2
* mandelbrotubq3232024-06-212-0/+52
* print -> putsubq3232024-06-212-5/+5
* รพ -> thubq3232024-06-214-0/+0
* add tests, and make dumping disasm optionalubq3232024-06-218-0/+58