summaryrefslogtreecommitdiff
path: root/src/lisp/ao_lisp.h
Commit message (Expand)AuthorAge
* altos/scheme: Rename to 'scheme', clean up buildKeith Packard2017-12-05
* altos/lisp: Switch to scheme formal syntax for varargsKeith Packard2017-12-03
* altos/lisp: Split out read debug, add memory validationKeith Packard2017-12-03
* altos/lisp: Overflow int computations to floatKeith Packard2017-12-02
* altos/lisp: split set/def. Add def support to lambdasKeith Packard2017-12-01
* altos/lisp: Split out frame vals from frame structKeith Packard2017-12-01
* altos/lisp: Rename progn to beginKeith Packard2017-11-25
* altos/lisp: Add floatsKeith Packard2017-11-19
* altos/lisp: Add 'big' ints -- 24 bits wideKeith Packard2017-11-18
* altos/lisp: Finish first pass through r7rsKeith Packard2017-11-17
* altos/lisp: Add applyKeith Packard2017-11-17
* altos/lisp: Generate built-in lambda atoms for const creationKeith Packard2017-11-17
* altos/lisp: Lots more scheme bitsKeith Packard2017-11-16
* altos/lisp: Add 'else' sematics to condKeith Packard2017-11-16
* altos/lisp: Add scheme-style bools (#t and #f)Keith Packard2017-11-16
* altos/lisp: Add non-cons cdr supportKeith Packard2017-11-16
* altos/lisp: Start adding scheme symbolsKeith Packard2017-02-20
* altos/lisp: Tell compiler that the two lisp memory pools are alignedKeith Packard2017-02-20
* altos/lisp: Cleanup some DBG definesKeith Packard2017-02-20
* altos/lisp: Add builtin 'collect'Keith Packard2017-02-20
* altos/lisp: Sort frames by atomKeith Packard2017-02-20
* altos/lisp: bounds check in move_map plus binary searchKeith Packard2017-02-20
* altos/lisp: Use poly stashes for stacksKeith Packard2017-02-20
* altos/lisp: Make DBG settings globalKeith Packard2017-02-20
* altos/lisp: Add continuationsKeith Packard2017-02-20
* altos/lisp: Remove some stale frame debugging checksKeith Packard2017-02-20
* altos/lisp: Eliminate compiler warning about array bounds at -O3Keith Packard2017-02-20
* altos/lisp: Optimize chunk searching in collectKeith Packard2017-02-20
* altos/lisp: Add incremental collectionKeith Packard2017-02-20
* altos/lisp: re-use small framesKeith Packard2017-02-20
* altos/lisp: Evaluate macros once, then smash them into placeKeith Packard2017-02-20
* altos/lisp: Cache freed cons and stack itemsKeith Packard2017-02-20
* altos/lisp: Simplify GC a bit by only marking the head of each objectKeith Packard2017-02-20
* altos/lisp: Change GC to do moves in batches of 32Keith Packard2017-02-20
* altos/lisp: Append a CRC to the saved image to validate on restoreKeith Packard2017-02-20
* altos/lisp: Add save/restore infrastructure. Needs OS support to work.Keith Packard2017-02-20
* altos/lisp: Make ao_lisp_ref and ao_lisp_poly non-inlineKeith Packard2017-02-20
* altos/lisp: add length, pack, unpack and flushKeith Packard2017-02-20
* altos/lisp: Deal with memory compation in the middle of operationsKeith Packard2017-02-20
* altos/lisp: Make read() return eof atom on end of fileKeith Packard2017-02-20
* altos/lisp: add progn, while, read and evalKeith Packard2017-02-20
* altos/lisp: Clean up OS integration bits, add defunKeith Packard2017-02-20
* altos/lisp: macros appear to work nowKeith Packard2017-02-20
* altos/lisp: working on lexical scopingKeith Packard2017-02-20
* altos/lisp: convert GC to non-recursiveKeith Packard2017-02-20
* altos/lisp: more GC issues. add patomKeith Packard2017-02-20
* altos/lisp: Change GC move APIKeith Packard2017-02-20
* altos: Add lambda support to lispKeith Packard2017-02-20
* altos/lisp: Separate out values from atomsKeith Packard2017-02-20
* altos/lisp: add set/setq and ' in readerKeith Packard2017-02-20