Age | Commit message (Expand) | Author | Files | Lines |
2015-12-24 | Tidy uses of apply. | Gabriel Dos Reis | 1 | -2/+2 |
2015-12-24 | Translate apply(f,[args]) as FUNCALL(f,args) | Gabriel Dos Reis | 1 | -5/+7 |
2015-12-23 | Retain Lisp code generated from algebra if asked. | Gabriel Dos Reis | 1 | -2/+2 |
2014-02-02 | misc update | dos-reis | 1 | -1/+1 |
2012-08-23 | * boot/ast.boot ($ffs): New. | dos-reis | 1 | -9/+10 |
2012-08-20 | * interp/util.lisp (BUILD-INTERPSYS): loadDelayedFFI early. | dos-reis | 1 | -4/+5 |
2012-08-18 | * boot/translator.boot (shoeOutParse): Fix thinko. | dos-reis | 1 | -2/+2 |
2012-06-03 | * boot/parser.boot (bpSignatureTail): Split out of bpSignature. | dos-reis | 1 | -2/+0 |
2012-06-01 | * boot/translator.boot: Remove DEFUSE, $booDefined, | dos-reis | 1 | -151/+0 |
2012-06-01 | * boot/ast.boot (%LoadUnit): Add field for enclosing function. | dos-reis | 1 | -1/+0 |
2012-06-01 | * boot/ast.boot (%LoadUnit): Add fields for side conditions. | dos-reis | 1 | -1/+0 |
2012-05-31 | * boot/ast.boot: Add a %LoadUnit parameter to most functions. | dos-reis | 1 | -6/+7 |
2012-05-30 | misc cleanup | dos-reis | 1 | -2/+2 |
2012-05-30 | * boot/parser.boot: Replace references to $ttok. | dos-reis | 1 | -1/+0 |
2012-05-30 | * boot/parser.boot (%ParserState): Add field for current token. | dos-reis | 1 | -1/+0 |
2012-05-30 | * boot/ast.boot (bfSpecificErrorHere): New. | dos-reis | 1 | -1/+1 |
2012-05-30 | * boot/parser.boot: Remove references to $bpCount. | dos-reis | 1 | -1/+0 |
2012-05-30 | * boot/parser.boot: Remove references to $bpParentCount. | dos-reis | 1 | -1/+0 |
2012-05-30 | * boot/parser.boot: Remove references to $stack. | dos-reis | 1 | -3/+2 |
2012-05-30 | * boot/parser.boot: Add parser state argument to more functions. | dos-reis | 1 | -3/+2 |
2012-05-29 | * boot/parser.boot (%ParserState): New. | dos-reis | 1 | -3/+4 |
2012-05-28 | * interp/lexing.boot: Use makeToken directly. | dos-reis | 1 | -4/+4 |
2012-05-22 | * boot/translator.boot (translateToplevel): Handle record structures. | dos-reis | 1 | -0/+1 |
2012-05-20 | * boot/utility.boot (strinSuffix?): New. | dos-reis | 1 | -3/+2 |
2012-05-19 | * boot/tokens.boot: symbolBinding is now builtin. | dos-reis | 1 | -5/+3 |
2012-01-08 | * boot/ast.boot (bfEnum): New. | dos-reis | 1 | -1/+3 |
2011-12-10 | * boot/parser.boot (bpArgtypeList): Accept mapping types. | dos-reis | 1 | -6/+2 |
2011-10-03 | Cleanup. | dos-reis | 1 | -1/+1 |
2011-10-02 | * lisp/core.lisp.in: Do not use CCL in AxiomCore. | dos-reis | 1 | -4/+2 |
2011-10-02 | * boot/utility.boot (objectAssoc): New. Export. | dos-reis | 1 | -4/+2 |
2011-10-01 | * boot/parser.boot (bpImport): Accept long names for used namespaces. | dos-reis | 1 | -7/+15 |
2011-10-01 | * boot/utility.boot: Define BOOTTRAN namespace. | dos-reis | 1 | -2/+18 |
2011-09-30 | * boot/utility.boot (firstNonblankPosition): New. | dos-reis | 1 | -19/+16 |
2011-09-30 | * boot/ast.boot (bfTableIteratorBindingForm): New. | dos-reis | 1 | -4/+3 |
2011-08-06 | cleanup | dos-reis | 1 | -4/+4 |
2011-08-05 | cleanup | dos-reis | 1 | -4/+4 |
2011-08-04 | cleanup | dos-reis | 1 | -1/+1 |
2011-06-22 | * boot/ast.boot (shoeEVALANDFILEACTQ): Remove. | dos-reis | 1 | -5/+2 |
2011-05-29 | * interp/sys-utility.boot (displayTextFile): New. | dos-reis | 1 | -12/+12 |
2011-05-28 | * lisp/core.lisp.in: Define and export readLine and readbyte. | dos-reis | 1 | -2/+2 |
2011-05-18 | * boot/translator.boot: Remove bindings of $GenVarCounter. | dos-reis | 1 | -12/+0 |
2011-05-16 | * boot/ast.boot (bfAtScope): New. | dos-reis | 1 | -22/+9 |
2011-05-15 | * boot/ast.boot (shoeCompTran1): Don't indiscriminately walk CASE | dos-reis | 1 | -18/+18 |
2011-05-14 | cleanup | dos-reis | 1 | -1/+1 |
2011-05-14 | cleanup | dos-reis | 1 | -8/+8 |
2011-05-12 | * boot/initial-env.lisp (MAKE-HASHTABLE): Remove. | dos-reis | 1 | -6/+6 |
2011-05-05 | more cleanup | dos-reis | 1 | -5/+5 |
2011-05-05 | more cleanups | dos-reis | 1 | -1/+1 |
2011-05-04 | * boot/initial-env.lisp (shoeOpenOutputFile): Remove. Adjust | dos-reis | 1 | -18/+28 |
2011-05-03 | * boot/initial-env.lisp (shoeOpenInputFile): Remove. Adjust | dos-reis | 1 | -22/+40 |