summaryrefslogtreecommitdiff
path: root/src/lisp
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: Fix stash usage across frame allocationKeith Packard2017-12-03
* altos/lisp: Check only cdr base type when moving cons cellsKeith Packard2017-12-03
* altos/lisp: Split out read debug, add memory validationKeith Packard2017-12-03
* altos/lisp: use strtof instead of atofKeith Packard2017-12-02
* altos/lisp: Convert more builtin lisp code to scheme formatKeith Packard2017-12-02
* 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: Make let distinct from let*Keith Packard2017-12-01
* altos/lisp: return from unmatched cond is #f, not nilKeith Packard2017-12-01
* altos/lisp: Fix pairp builtinKeith Packard2017-12-01
* altos/lisp: Add quasiquoteKeith Packard2017-12-01
* altos/lisp: Rename progn to beginKeith Packard2017-11-25
* altos/lisp: Add floatsKeith Packard2017-11-19
* altos/lisp: Fix some scheme compat issuesKeith Packard2017-11-18
* 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: Character consts. String and assoc builtins.Keith 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: More schemismsKeith 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: Escape lisp REP loop with () inputKeith Packard2017-04-09
* lisp: Fix up lisp build so projects can get ao_lisp_const.h built as neededKeith Packard2017-04-02
* altos/lisp: Not quite ready to start making it look like scheme yetKeith Packard2017-02-20
* altos/lisp: Start adding scheme symbolsKeith Packard2017-02-20
* altos/lisp: Add casts to keep the latest GCC from whingingKeith Packard2017-02-20
* altos/lisp: Tell compiler that the two lisp memory pools are alignedKeith Packard2017-02-20
* altos/lisp: Move stack recursion check after null checkKeith Packard2017-02-20
* altos/lisp: Cleanup some DBG definesKeith Packard2017-02-20
* altos/lisp: Share binary search for memory chunk between mark and moveKeith 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: Empty lambda body is not an errorKeith 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: have 'while' return the last body valueKeith Packard2017-02-20
* altos/lisp: Take advantage of implicit progn in ROM codeKeith Packard2017-02-20
* altos/lisp: Make lambda, cond and while all have implicit prognsKeith Packard2017-02-20
* altos/lisp: Compile ao_lisp_make_const -no-pieKeith Packard2017-02-20
* altos/lisp: Fix uninitialized values in ao_lisp_make_constKeith Packard2017-02-20
* altos/lisp: Dump globals on errorKeith Packard2017-02-20
* altos/lisp: Fix error atom name in ao_lisp_lengthKeith Packard2017-02-20