aboutsummaryrefslogtreecommitdiff
path: root/src/boot/strap
AgeCommit message (Expand)AuthorFilesLines
2022-08-21Boot parser: Remove useless AST functions (#17)Gabriel Dos Reis3-21/+11
2022-08-20fix sbcl 1.5.9 build (#16)Gabriel Dos Reis1-19/+38
2018-01-01Name bracket pattern parserGabriel Dos Reis4-142/+216
2016-01-30Do not rename mkpf.Gabriel Dos Reis3-7/+7
2015-12-25Do not rename 'apply'.Gabriel Dos Reis2-7/+6
2015-12-24Replace FUNCALL with apply.Gabriel Dos Reis1-2/+4
2015-12-24Translate apply(f,[args]) as FUNCALL(f,args)Gabriel Dos Reis6-44/+168
2013-06-20Tidy codegen for Boot inerts.dos-reis1-2/+2
2013-06-20Allow inerts in Boot.dos-reis4-5/+20
2013-06-15 * interp/nruncomp.boot (NRTsetVector4Part1): Add environment parameter.dos-reis4-13/+47
2013-06-01Support --output in compiler, for bootstrapping stage.dos-reis4-16/+25
2013-05-27Rename MAKE-FULL-FILENAME to makeFullFilename.dos-reis2-6/+9
2013-05-26Rename MAKE-FILENAME to makeFilename and re-implement in Boot.dos-reis5-62/+58
2012-08-20 * interp/util.lisp (BUILD-INTERPSYS): loadDelayedFFI early.dos-reis1-50/+46
2012-08-19 * boot/ast.boot (genSBCLnativeTranslation): Do no prepend andos-reis1-3/+1
2012-08-18 * boot/translator.boot (shoeOutParse): Fix thinko.dos-reis1-3/+3
2012-06-10 * interp/preparse.lisp: Remove.dos-reis2-4/+8
2012-06-03 * interp/lexing.boot (%Line): Now a record structure.dos-reis2-4/+8
2012-06-03 * boot/parser.boot (bpSignatureTail): Split out of bpSignature.dos-reis3-111/+134
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-reis3-54/+59
2012-06-01 * boot/ast.boot (%LoadUnit): Add fields for side conditions.dos-reis3-16/+21
2012-06-01 * boot/ast.boot (%LoadUnit): Add fields for let var and is vardos-reis1-24/+38
2012-05-31 * boot/ast.boot: Add a %LoadUnit parameter to most functions.dos-reis3-223/+278
2012-05-30 * boot/parser.boot: Replace references to $ttok.dos-reis2-45/+38
2012-05-30 * boot/parser.boot (%ParserState): Add field for current token.dos-reis3-114/+119
2012-05-30 * boot/ast.boot (bfSpecificErrorHere): New.dos-reis3-62/+81
2012-05-30 * boot/parser.boot: Remove references to $bpCount.dos-reis2-41/+41
2012-05-30 * boot/parser.boot: Remove references to $bpParentCount.dos-reis2-17/+23
2012-05-30 * boot/parser.boot: Remove references to $stack.dos-reis2-68/+74
2012-05-30 * boot/parser.boot: Add parser state argument to more functions.dos-reis2-312/+360
2012-05-29 * boot/parser.boot (%ParserState): New.dos-reis4-522/+653
2012-05-28 * interp/io.boot (findChar): Do not define here.dos-reis2-10/+20
2012-05-26 * boot/ast.boot (bfMDef): Simplify.dos-reis3-87/+26
2012-05-26 * boot/tokens.boot: freshLine, functionSymbol?, and symbolGlobal?dos-reis1-2/+3
2012-05-24 * boot/scanner.boot: Eliminate fluid variable $n.dos-reis1-157/+208
2012-05-24 * boot/scanner.boot (lexerLineLength): New.dos-reis1-65/+69
2012-05-24change lexer line accessor namedos-reis1-53/+55
2012-05-24 * boot/scanner.boot (%Lexer): New record structure.dos-reis1-154/+201
2012-05-24 * boot/tokens.boot: "@" is now a new keyword.dos-reis4-59/+71
2012-05-23 * boot/includer.boot (%SourceLine): New datatype.dos-reis3-19/+35
2012-05-23 * boot/tokens.boot (%Token): New datatype.dos-reis5-71/+62
2012-05-22 * interp/lexing.boot (%Token): Now an actual type defined as ados-reis1-28/+31
2012-05-22 * boot/translator.boot (translateToplevel): Handle record structures.dos-reis4-57/+257
2012-05-22 * boot/ast.boot (needsPROG): Remove.dos-reis8-4817/+4694
2012-05-20 * boot/utility.boot (strinSuffix?): New.dos-reis2-4/+28
2012-05-20 * boot/ast.boot (shoeCompTran): Simplify.dos-reis4-158/+263
2012-05-20 * boot/ast.boot (shoeCompTran1): Take variable sets by reference.dos-reis4-116/+133
2012-05-19 * boot/tokens.boot: symbolBinding is now builtin.dos-reis2-53/+52
2012-05-08 * boot/tokens.boot: Export char. Do not rename maxIndex.dos-reis1-6/+7