summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* change array representationubq3232024-08-0314-34/+43
* add pend builtin functionubq3232024-07-232-0/+44
* add iota testsubq3232024-07-134-0/+13
* set -> set!ubq3232024-07-1123-58/+58
* add some failing tests for closuresubq3232024-07-039-0/+87
* add defn formubq3232024-07-033-0/+12
* compile each file like a body, allowing def at file toplevelubq3232024-07-032-0/+7
* add (each (x arr) ...) array-loop formubq3232024-07-022-0/+14
* add for2 testubq3232024-07-012-0/+7
* add numeric for formubq3232024-07-012-0/+12
* add map testubq3232024-07-012-0/+17
* add array index setting syntaxubq3232024-06-308-2/+18
* add proper tail callsubq3232024-06-292-0/+2
* def form for implicit scopesubq3232024-06-285-0/+29
* add vars5 testubq3232024-06-272-0/+12
* more testsubq3232024-06-279-0/+44
* 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