Age | Commit message (Expand) | Author | Files | Lines |
2015-04-03 | Fix warnings in C++ codes; check for additional C++ compiler options. | dos-reis | 1 | -6/+18 |
2014-11-30 | Misc cleanup. | dos-reis | 3 | -27/+5 |
2014-11-29 | Move code from bemol.cc to library. | dos-reis | 1 | -50/+10 |
2014-11-16 | Remove src/syntax Makefiles; make part of libOpenAxiom | dos-reis | 2 | -4/+2 |
2014-11-16 | Remove src/io Makefiles; make part of libOpenAxiom | dos-reis | 2 | -10/+11 |
2014-11-16 | Check for LLVM framework | dos-reis | 1 | -1/+3 |
2014-10-04 | Fix QT5 toAscii() compatibility issue. | dos-reis | 1 | -1/+1 |
2014-08-30 | Rename TokenStream<> to Tokenizer<> | dos-reis | 1 | -2/+6 |
2014-08-27 | Tidy TokenStream<>::get() | dos-reis | 1 | -0/+14 |
2014-08-26 | Add generic Boot and Spad tokenizer. | dos-reis | 3 | -8/+372 |
2014-08-18 | Add src/boot/Makefile.am | dos-reis | 2 | -137/+996 |
2014-02-21 | Set derived src and target directory variables | dos-reis | 1 | -2/+1 |
2014-02-10 | Clean up global variable names. | dos-reis | 1 | -1/+1 |
2014-02-03 | Fix global variable names in Makefiles | dos-reis | 1 | -8/+8 |
2014-02-02 | misc update | dos-reis | 9 | -9/+9 |
2013-06-20 | Tidy codegen for Boot inerts. | dos-reis | 2 | -4/+4 |
2013-06-20 | Allow inerts in Boot. | dos-reis | 7 | -10/+39 |
2013-06-15 | Intern temporary names for HT pages. | dos-reis | 1 | -0/+1 |
2013-06-15 | * interp/nruncomp.boot (NRTsetVector4Part1): Add environment parameter. | dos-reis | 5 | -14/+56 |
2013-06-14 | compColon is now smarter about category definitions. | dos-reis | 1 | -1/+5 |
2013-06-01 | Support --output in compiler, for bootstrapping stage. | dos-reis | 5 | -17/+30 |
2013-05-27 | Rename MAKE-FULL-FILENAME to makeFullFilename. | dos-reis | 4 | -6/+11 |
2013-05-26 | Rename MAKE-FULL-NAMESTRING to makeFullFilePath and implement in Boot. | dos-reis | 1 | -0/+1 |
2013-05-26 | Rename MAKE-FILENAME to makeFilename and re-implement in Boot. | dos-reis | 6 | -63/+66 |
2012-08-23 | * boot/ast.boot ($ffs): New. | dos-reis | 2 | -9/+14 |
2012-08-20 | * interp/i-coerfn.boot: Do not import i-coerce. Import i-analy | dos-reis | 1 | -1/+1 |
2012-08-20 | * interp/util.lisp (BUILD-INTERPSYS): loadDelayedFFI early. | dos-reis | 2 | -54/+51 |
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 | 2 | -6/+2 |
2012-08-18 | * boot/translator.boot (shoeOutParse): Fix thinko. | dos-reis | 2 | -5/+5 |
2012-06-10 | * interp/preparse.lisp: Remove. | dos-reis | 3 | -5/+12 |
2012-06-03 | * interp/lexing.boot (%Line): Now a record structure. | dos-reis | 4 | -14/+26 |
2012-06-03 | * boot/parser.boot (bpSignatureTail): Split out of bpSignature. | dos-reis | 6 | -148/+161 |
2012-06-01 | * boot/translator.boot: Remove DEFUSE, $booDefined, | dos-reis | 2 | -501/+0 |
2012-06-01 | * boot/ast.boot (%LoadUnit): Add field for enclosing function. | dos-reis | 6 | -68/+76 |
2012-06-01 | * boot/ast.boot (%LoadUnit): Add fields for side conditions. | dos-reis | 6 | -28/+35 |
2012-06-01 | * boot/ast.boot (%LoadUnit): Add fields for let var and is var | dos-reis | 2 | -44/+66 |
2012-05-31 | * boot/ast.boot: Add a %LoadUnit parameter to most functions. | dos-reis | 6 | -423/+490 |
2012-05-30 | misc cleanup | dos-reis | 3 | -10/+10 |
2012-05-30 | * boot/parser.boot: Replace references to $ttok. | dos-reis | 4 | -70/+63 |
2012-05-30 | * boot/parser.boot (%ParserState): Add field for current token. | dos-reis | 6 | -198/+215 |
2012-05-30 | * boot/ast.boot (bfSpecificErrorHere): New. | dos-reis | 6 | -127/+150 |
2012-05-30 | * boot/parser.boot: Remove references to $bpCount. | dos-reis | 4 | -70/+72 |
2012-05-30 | * boot/parser.boot: Remove references to $bpParentCount. | dos-reis | 4 | -27/+32 |
2012-05-30 | * boot/parser.boot: Remove references to $stack. | dos-reis | 4 | -100/+105 |
2012-05-30 | * boot/parser.boot: Add parser state argument to more functions. | dos-reis | 4 | -645/+693 |
2012-05-29 | * boot/parser.boot (%ParserState): New. | dos-reis | 6 | -1081/+1256 |
2012-05-28 | * interp/lexing.boot: Use makeToken directly. | dos-reis | 3 | -6/+17 |
2012-05-28 | * interp/io.boot (findChar): Do not define here. | dos-reis | 4 | -15/+31 |
2012-05-26 | * boot/ast.boot (bfMDef): Simplify. | dos-reis | 4 | -94/+29 |