Age | Commit message (Expand) | Author | Files | Lines |
2016-01-30 | Do not rename mkpf. | Gabriel Dos Reis | 3 | -7/+7 |
2015-12-25 | Do not rename 'apply'. | Gabriel Dos Reis | 2 | -7/+6 |
2015-12-24 | Replace FUNCALL with apply. | Gabriel Dos Reis | 1 | -2/+4 |
2015-12-24 | Translate apply(f,[args]) as FUNCALL(f,args) | Gabriel Dos Reis | 6 | -44/+168 |
2013-06-20 | Tidy codegen for Boot inerts. | dos-reis | 1 | -2/+2 |
2013-06-20 | Allow inerts in Boot. | dos-reis | 4 | -5/+20 |
2013-06-15 | * interp/nruncomp.boot (NRTsetVector4Part1): Add environment parameter. | dos-reis | 4 | -13/+47 |
2013-06-01 | Support --output in compiler, for bootstrapping stage. | dos-reis | 4 | -16/+25 |
2013-05-27 | Rename MAKE-FULL-FILENAME to makeFullFilename. | dos-reis | 2 | -6/+9 |
2013-05-26 | Rename MAKE-FILENAME to makeFilename and re-implement in Boot. | dos-reis | 5 | -62/+58 |
2012-08-20 | * interp/util.lisp (BUILD-INTERPSYS): loadDelayedFFI early. | dos-reis | 1 | -50/+46 |
2012-08-19 | * boot/ast.boot (genSBCLnativeTranslation): Do no prepend an | dos-reis | 1 | -3/+1 |
2012-08-18 | * boot/translator.boot (shoeOutParse): Fix thinko. | dos-reis | 1 | -3/+3 |
2012-06-10 | * interp/preparse.lisp: Remove. | dos-reis | 2 | -4/+8 |
2012-06-03 | * interp/lexing.boot (%Line): Now a record structure. | dos-reis | 2 | -4/+8 |
2012-06-03 | * boot/parser.boot (bpSignatureTail): Split out of bpSignature. | dos-reis | 3 | -111/+134 |
2012-06-01 | * boot/translator.boot: Remove DEFUSE, $booDefined, | dos-reis | 1 | -350/+0 |
2012-06-01 | * boot/ast.boot (%LoadUnit): Add field for enclosing function. | dos-reis | 3 | -54/+59 |
2012-06-01 | * boot/ast.boot (%LoadUnit): Add fields for side conditions. | dos-reis | 3 | -16/+21 |
2012-06-01 | * boot/ast.boot (%LoadUnit): Add fields for let var and is var | dos-reis | 1 | -24/+38 |
2012-05-31 | * boot/ast.boot: Add a %LoadUnit parameter to most functions. | dos-reis | 3 | -223/+278 |
2012-05-30 | * boot/parser.boot: Replace references to $ttok. | dos-reis | 2 | -45/+38 |
2012-05-30 | * boot/parser.boot (%ParserState): Add field for current token. | dos-reis | 3 | -114/+119 |
2012-05-30 | * boot/ast.boot (bfSpecificErrorHere): New. | dos-reis | 3 | -62/+81 |
2012-05-30 | * boot/parser.boot: Remove references to $bpCount. | dos-reis | 2 | -41/+41 |
2012-05-30 | * boot/parser.boot: Remove references to $bpParentCount. | dos-reis | 2 | -17/+23 |
2012-05-30 | * boot/parser.boot: Remove references to $stack. | dos-reis | 2 | -68/+74 |
2012-05-30 | * boot/parser.boot: Add parser state argument to more functions. | dos-reis | 2 | -312/+360 |
2012-05-29 | * boot/parser.boot (%ParserState): New. | dos-reis | 4 | -522/+653 |
2012-05-28 | * interp/io.boot (findChar): Do not define here. | dos-reis | 2 | -10/+20 |
2012-05-26 | * boot/ast.boot (bfMDef): Simplify. | dos-reis | 3 | -87/+26 |
2012-05-26 | * boot/tokens.boot: freshLine, functionSymbol?, and symbolGlobal? | dos-reis | 1 | -2/+3 |
2012-05-24 | * boot/scanner.boot: Eliminate fluid variable $n. | dos-reis | 1 | -157/+208 |
2012-05-24 | * boot/scanner.boot (lexerLineLength): New. | dos-reis | 1 | -65/+69 |
2012-05-24 | change lexer line accessor name | dos-reis | 1 | -53/+55 |
2012-05-24 | * boot/scanner.boot (%Lexer): New record structure. | dos-reis | 1 | -154/+201 |
2012-05-24 | * boot/tokens.boot: "@" is now a new keyword. | dos-reis | 4 | -59/+71 |
2012-05-23 | * boot/includer.boot (%SourceLine): New datatype. | dos-reis | 3 | -19/+35 |
2012-05-23 | * boot/tokens.boot (%Token): New datatype. | dos-reis | 5 | -71/+62 |
2012-05-22 | * interp/lexing.boot (%Token): Now an actual type defined as a | dos-reis | 1 | -28/+31 |
2012-05-22 | * boot/translator.boot (translateToplevel): Handle record structures. | dos-reis | 4 | -57/+257 |
2012-05-22 | * boot/ast.boot (needsPROG): Remove. | dos-reis | 8 | -4817/+4694 |
2012-05-20 | * boot/utility.boot (strinSuffix?): New. | dos-reis | 2 | -4/+28 |
2012-05-20 | * boot/ast.boot (shoeCompTran): Simplify. | dos-reis | 4 | -158/+263 |
2012-05-20 | * boot/ast.boot (shoeCompTran1): Take variable sets by reference. | dos-reis | 4 | -116/+133 |
2012-05-19 | * boot/tokens.boot: symbolBinding is now builtin. | dos-reis | 2 | -53/+52 |
2012-05-08 | * boot/tokens.boot: Export char. Do not rename maxIndex. | dos-reis | 1 | -6/+7 |
2012-04-29 | * boot/ast.boot (bfNumber?): Rename from bfSmintable. Check for | dos-reis | 1 | -4/+5 |
2012-01-12 | * boot/parser.boot (bpFunction): New. | dos-reis | 3 | -12/+37 |
2012-01-09 | * boot/parser.boot (bpRequire): New. Use it throughout this module. | dos-reis | 1 | -84/+74 |