aboutsummaryrefslogtreecommitdiff
path: root/src/boot
AgeCommit message (Expand)AuthorFilesLines
2014-02-21Set derived src and target directory variablesdos-reis1-2/+1
2014-02-10Clean up global variable names.dos-reis1-1/+1
2014-02-03Fix global variable names in Makefilesdos-reis1-8/+8
2014-02-02misc updatedos-reis9-9/+9
2013-06-20Tidy codegen for Boot inerts.dos-reis2-4/+4
2013-06-20Allow inerts in Boot.dos-reis7-10/+39
2013-06-15Intern temporary names for HT pages.dos-reis1-0/+1
2013-06-15 * interp/nruncomp.boot (NRTsetVector4Part1): Add environment parameter.dos-reis5-14/+56
2013-06-14compColon is now smarter about category definitions.dos-reis1-1/+5
2013-06-01Support --output in compiler, for bootstrapping stage.dos-reis5-17/+30
2013-05-27Rename MAKE-FULL-FILENAME to makeFullFilename.dos-reis4-6/+11
2013-05-26Rename MAKE-FULL-NAMESTRING to makeFullFilePath and implement in Boot.dos-reis1-0/+1
2013-05-26Rename MAKE-FILENAME to makeFilename and re-implement in Boot.dos-reis6-63/+66
2012-08-23 * boot/ast.boot ($ffs): New.dos-reis2-9/+14
2012-08-20 * interp/i-coerfn.boot: Do not import i-coerce. Import i-analydos-reis1-1/+1
2012-08-20 * interp/util.lisp (BUILD-INTERPSYS): loadDelayedFFI early.dos-reis2-54/+51
2012-08-19 * configure.ac: Define Automake conditional OA_DELAYED_FFI.dos-reis1-3/+0
2012-08-19 * boot/ast.boot (genSBCLnativeTranslation): Do no prepend andos-reis2-6/+2
2012-08-18 * boot/translator.boot (shoeOutParse): Fix thinko.dos-reis2-5/+5
2012-06-10 * interp/preparse.lisp: Remove.dos-reis3-5/+12
2012-06-03 * interp/lexing.boot (%Line): Now a record structure.dos-reis4-14/+26
2012-06-03 * boot/parser.boot (bpSignatureTail): Split out of bpSignature.dos-reis6-148/+161
2012-06-01 * boot/translator.boot: Remove DEFUSE, $booDefined,dos-reis2-501/+0
2012-06-01 * boot/ast.boot (%LoadUnit): Add field for enclosing function.dos-reis6-68/+76
2012-06-01 * boot/ast.boot (%LoadUnit): Add fields for side conditions.dos-reis6-28/+35
2012-06-01 * boot/ast.boot (%LoadUnit): Add fields for let var and is vardos-reis2-44/+66
2012-05-31 * boot/ast.boot: Add a %LoadUnit parameter to most functions.dos-reis6-423/+490
2012-05-30misc cleanupdos-reis3-10/+10
2012-05-30 * boot/parser.boot: Replace references to $ttok.dos-reis4-70/+63
2012-05-30 * boot/parser.boot (%ParserState): Add field for current token.dos-reis6-198/+215
2012-05-30 * boot/ast.boot (bfSpecificErrorHere): New.dos-reis6-127/+150
2012-05-30 * boot/parser.boot: Remove references to $bpCount.dos-reis4-70/+72
2012-05-30 * boot/parser.boot: Remove references to $bpParentCount.dos-reis4-27/+32
2012-05-30 * boot/parser.boot: Remove references to $stack.dos-reis4-100/+105
2012-05-30 * boot/parser.boot: Add parser state argument to more functions.dos-reis4-645/+693
2012-05-29 * boot/parser.boot (%ParserState): New.dos-reis6-1081/+1256
2012-05-28 * interp/lexing.boot: Use makeToken directly.dos-reis3-6/+17
2012-05-28 * interp/io.boot (findChar): Do not define here.dos-reis4-15/+31
2012-05-26 * boot/ast.boot (bfMDef): Simplify.dos-reis4-94/+29
2012-05-26 * boot/tokens.boot: freshLine, functionSymbol?, and symbolGlobal?dos-reis3-5/+9
2012-05-24 * boot/scanner.boot: Eliminate fluid variable $n.dos-reis2-262/+365
2012-05-24 * boot/scanner.boot (lexerLineLength): New.dos-reis2-92/+97
2012-05-24change lexer line accessor namedos-reis2-105/+107
2012-05-24 * boot/scanner.boot (%Lexer): New record structure.dos-reis2-278/+337
2012-05-24 * boot/tokens.boot: "@" is now a new keyword.dos-reis8-68/+90
2012-05-23 * boot/includer.boot (%SourceLine): New datatype.dos-reis6-35/+60
2012-05-23 * boot/tokens.boot (%Token): New datatype.dos-reis11-136/+125
2012-05-22 * interp/lexing.boot (%Token): Now an actual type defined as ados-reis2-29/+35
2012-05-22 * boot/translator.boot (translateToplevel): Handle record structures.dos-reis8-60/+322
2012-05-22 * boot/ast.boot (needsPROG): Remove.dos-reis9-4830/+4713