Age | Commit message (Expand) | Author | Files | Lines |
2016-01-19 | getConstructorCategory: get it from generated code for category constructors. | Gabriel Dos Reis | 1 | -1/+1 |
2015-12-26 | Rename 'lastItem' to 'last'. Remove the macro definition. | Gabriel Dos Reis | 1 | -1/+1 |
2015-12-25 | Do not rename 'apply'. | Gabriel Dos Reis | 1 | -3/+3 |
2015-12-24 | Replace FUNCALL with apply. | Gabriel Dos Reis | 1 | -3/+3 |
2015-12-24 | Translate apply(f,[args]) as FUNCALL(f,args) | Gabriel Dos Reis | 1 | -2/+19 |
2014-02-02 | misc update | dos-reis | 1 | -1/+1 |
2013-06-20 | Tidy codegen for Boot inerts. | dos-reis | 1 | -2/+2 |
2013-06-20 | Allow inerts in Boot. | dos-reis | 1 | -2/+5 |
2013-06-01 | Support --output in compiler, for bootstrapping stage. | dos-reis | 1 | -1/+5 |
2013-05-27 | Rename MAKE-FULL-FILENAME to makeFullFilename. | dos-reis | 1 | -0/+1 |
2012-08-23 | * boot/ast.boot ($ffs): New. | dos-reis | 1 | -0/+4 |
2012-08-19 | * configure.ac: Define Automake conditional OA_DELAYED_FFI. | dos-reis | 1 | -3/+0 |
2012-08-19 | * boot/ast.boot (genSBCLnativeTranslation): Do no prepend an | dos-reis | 1 | -3/+1 |
2012-06-10 | * interp/preparse.lisp: Remove. | dos-reis | 1 | -1/+4 |
2012-06-03 | * interp/lexing.boot (%Line): Now a record structure. | dos-reis | 1 | -1/+6 |
2012-06-03 | * boot/parser.boot (bpSignatureTail): Split out of bpSignature. | dos-reis | 1 | -15/+11 |
2012-06-01 | * boot/ast.boot (%LoadUnit): Add field for enclosing function. | dos-reis | 1 | -10/+11 |
2012-06-01 | * boot/ast.boot (%LoadUnit): Add fields for side conditions. | dos-reis | 1 | -7/+9 |
2012-06-01 | * boot/ast.boot (%LoadUnit): Add fields for let var and is var | dos-reis | 1 | -20/+28 |
2012-05-31 | * boot/ast.boot: Add a %LoadUnit parameter to most functions. | dos-reis | 1 | -152/+172 |
2012-05-30 | misc cleanup | dos-reis | 1 | -3/+3 |
2012-05-30 | * boot/ast.boot (bfSpecificErrorHere): New. | dos-reis | 1 | -7/+8 |
2012-05-26 | * boot/ast.boot (bfMDef): Simplify. | dos-reis | 1 | -7/+3 |
2012-05-26 | * boot/tokens.boot: freshLine, functionSymbol?, and symbolGlobal? | dos-reis | 1 | -3/+3 |
2012-05-24 | * boot/tokens.boot: "@" is now a new keyword. | dos-reis | 1 | -0/+4 |
2012-05-22 | * interp/lexing.boot (%Token): Now an actual type defined as a | dos-reis | 1 | -1/+4 |
2012-05-22 | * boot/translator.boot (translateToplevel): Handle record structures. | dos-reis | 1 | -0/+18 |
2012-05-22 | * boot/ast.boot (needsPROG): Remove. | dos-reis | 1 | -13/+19 |
2012-05-20 | * boot/ast.boot (shoeCompTran): Simplify. | dos-reis | 1 | -14/+30 |
2012-05-20 | * boot/ast.boot (shoeCompTran1): Take variable sets by reference. | dos-reis | 1 | -30/+32 |
2012-05-19 | * boot/tokens.boot: symbolBinding is now builtin. | dos-reis | 1 | -15/+10 |
2012-04-29 | * boot/ast.boot (bfNumber?): Rename from bfSmintable. Check for | dos-reis | 1 | -7/+7 |
2012-01-12 | * boot/parser.boot (bpFunction): New. | dos-reis | 1 | -0/+2 |
2012-01-08 | * boot/ast.boot (bfEnum): New. | dos-reis | 1 | -0/+3 |
2011-12-28 | * interp/vmlisp.lisp (SORTBY): Remove. | dos-reis | 1 | -1/+13 |
2011-12-10 | * boot/parser.boot (bpArgtypeList): Accept mapping types. | dos-reis | 1 | -0/+12 |
2011-10-30 | * interp/sys-macros.lisp (MKPF1): Tidy. | dos-reis | 1 | -0/+1 |
2011-10-26 | Restore Clozure CL-based build. CCL's FFI interface | dos-reis | 1 | -1/+1 |
2011-10-03 | Cleanup. | dos-reis | 1 | -15/+15 |
2011-10-02 | * boot/utility.boot (objectAssoc): New. Export. | dos-reis | 1 | -4/+4 |
2011-09-30 | * boot/ast.boot (bfTableIteratorBindingForm): New. | dos-reis | 1 | -6/+21 |
2011-09-30 | * boot/ast.boot (bfFor): Tidy. Handle hashtable iterator forms. | dos-reis | 1 | -7/+48 |
2011-08-12 | * boot/ast.boot (shoeCompTran1): Translate extended vector-forms. | dos-reis | 1 | -3/+12 |
2011-08-07 | cleanup | dos-reis | 1 | -2/+2 |
2011-08-06 | cleanup | dos-reis | 1 | -24/+32 |
2011-08-05 | cleanup | dos-reis | 1 | -21/+18 |
2011-08-04 | * boot/ast.boot (bfFlattenSeq): Rewrite. | dos-reis | 1 | -15/+13 |
2011-08-04 | cleanup | dos-reis | 1 | -8/+5 |
2011-08-04 | * boot/ast.boot (bfSTEP): Synthetize artificial variable for | dos-reis | 1 | -0/+2 |
2011-07-14 | * boot/ast.boot (bfIS1): Tidy test for cons cells. | dos-reis | 1 | -0/+1 |