aboutsummaryrefslogtreecommitdiff
path: root/src/boot/strap/translator.clisp
AgeCommit message (Expand)AuthorFilesLines
2022-08-20fix sbcl 1.5.9 build (#16)Gabriel Dos Reis1-19/+38
2018-01-01Name bracket pattern parserGabriel Dos Reis1-64/+92
2015-12-24Translate apply(f,[args]) as FUNCALL(f,args)Gabriel Dos Reis1-7/+14
2013-06-15 * interp/nruncomp.boot (NRTsetVector4Part1): Add environment parameter.dos-reis1-1/+1
2013-06-01Support --output in compiler, for bootstrapping stage.dos-reis1-1/+1
2013-05-26Rename MAKE-FILENAME to makeFilename and re-implement in Boot.dos-reis1-51/+37
2012-08-20 * interp/util.lisp (BUILD-INTERPSYS): loadDelayedFFI early.dos-reis1-50/+46
2012-08-18 * boot/translator.boot (shoeOutParse): Fix thinko.dos-reis1-3/+3
2012-06-03 * boot/parser.boot (bpSignatureTail): Split out of bpSignature.dos-reis1-3/+0
2012-06-01 * boot/translator.boot: Remove DEFUSE, $booDefined,dos-reis1-350/+0
2012-06-01 * boot/ast.boot (%LoadUnit): Add field for enclosing function.dos-reis1-2/+1
2012-06-01 * boot/ast.boot (%LoadUnit): Add fields for side conditions.dos-reis1-2/+1
2012-05-31 * boot/ast.boot: Add a %LoadUnit parameter to most functions.dos-reis1-6/+12
2012-05-30 * boot/parser.boot: Replace references to $ttok.dos-reis1-2/+1
2012-05-30 * boot/parser.boot (%ParserState): Add field for current token.dos-reis1-3/+1
2012-05-30 * boot/ast.boot (bfSpecificErrorHere): New.dos-reis1-1/+2
2012-05-30 * boot/parser.boot: Remove references to $bpCount.dos-reis1-3/+1
2012-05-30 * boot/parser.boot: Remove references to $bpParentCount.dos-reis1-3/+2
2012-05-30 * boot/parser.boot: Remove references to $stack.dos-reis1-5/+5
2012-05-30 * boot/parser.boot: Add parser state argument to more functions.dos-reis1-1/+1
2012-05-29 * boot/parser.boot (%ParserState): New.dos-reis1-8/+12
2012-05-22 * boot/translator.boot (translateToplevel): Handle record structures.dos-reis1-1/+23
2012-05-22 * boot/ast.boot (needsPROG): Remove.dos-reis1-930/+890
2012-05-20 * boot/utility.boot (strinSuffix?): New.dos-reis1-3/+2
2012-05-20 * boot/ast.boot (shoeCompTran): Simplify.dos-reis1-43/+53
2012-05-20 * boot/ast.boot (shoeCompTran1): Take variable sets by reference.dos-reis1-24/+20
2012-01-08 * boot/ast.boot (bfEnum): New.dos-reis1-16/+25
2011-12-10 * boot/parser.boot (bpArgtypeList): Accept mapping types.dos-reis1-16/+4
2011-11-29 * boot/tokens.boot (absKind, absParms, absBody): New selectors.dos-reis1-1/+1
2011-10-03 Cleanup.dos-reis1-4/+2
2011-10-02 * boot/utility.boot (objectAssoc): New. Export.dos-reis1-5/+3
2011-10-01 * boot/parser.boot (bpImport): Accept long names for used namespaces.dos-reis1-12/+25
2011-10-01 * boot/utility.boot: Define BOOTTRAN namespace.dos-reis1-19/+70
2011-09-30 * boot/utility.boot (firstNonblankPosition): New.dos-reis1-18/+27
2011-09-30 * boot/ast.boot (bfTableIteratorBindingForm): New.dos-reis1-42/+48
2011-09-30 * boot/ast.boot (bfFor): Tidy. Handle hashtable iterator forms.dos-reis1-952/+855
2011-08-07cleanupdos-reis1-19/+23
2011-08-06cleanupdos-reis1-4/+4
2011-08-05cleanupdos-reis1-4/+4
2011-06-22 * boot/ast.boot (shoeEVALANDFILEACTQ): Remove.dos-reis1-13/+6
2011-06-05 * boot/ast.boot: Remove debugging statement.dos-reis1-1/+1
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-163/+133
2011-05-16 * boot/ast.boot (bfAtScope): New.dos-reis1-40/+19
2011-05-15 * boot/ast.boot (shoeCompTran1): Don't indiscriminately walk CASEdos-reis1-2/+2
2011-05-14cleanupdos-reis1-8/+9
2011-05-12 * boot/initial-env.lisp (MAKE-HASHTABLE): Remove.dos-reis1-6/+6
2011-05-05more cleanupdos-reis1-6/+6
2011-05-05more cleanupsdos-reis1-2/+2