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