Age | Commit message (Expand) | Author | Files | Lines |
2012-06-10 | * interp/spad-parser.boot: Fix thinkos from previous commit. | dos-reis | 2 | -0/+18 |
2012-06-10 | * interp/preparse.lisp: Remove. | dos-reis | 7 | -182/+106 |
2012-06-09 | * interp/io.boot (%Reader): Add idx field. | dos-reis | 4 | -9/+14 |
2012-06-07 | fix thinko | dos-reis | 1 | -1/+1 |
2012-06-07 | * interp/lexing.boot: Move %Line to io.boot. | dos-reis | 6 | -68/+101 |
2012-06-06 | * interp/io.boot (readePendingLines): Rename from readerLines. | dos-reis | 4 | -9/+14 |
2012-06-05 | * interp/io.boot (readerDeferLine): New. | dos-reis | 4 | -5/+13 |
2012-06-04 | * interp/spad-parser.boot (preparse): Tidy. | dos-reis | 2 | -5/+6 |
2012-06-04 | * interp/spad-parser.boot (findCommentBlock): Lose last | dos-reis | 3 | -5/+10 |
2012-06-04 | * interp/spad.lisp (SPAD): Adjust. | dos-reis | 8 | -553/+552 |
2012-06-03 | * interp/preparse.lisp ($LineList): Remove. | dos-reis | 5 | -28/+23 |
2012-06-03 | * interp/io.boot (%Reader): New data structure. | dos-reis | 5 | -72/+82 |
2012-06-03 | * interp/lexing.boot (%Line): Now a record structure. | dos-reis | 6 | -33/+46 |
2012-06-03 | * boot/parser.boot (bpSignatureTail): Split out of bpSignature. | dos-reis | 8 | -149/+182 |
2012-06-01 | * boot/translator.boot: Remove DEFUSE, $booDefined, | dos-reis | 3 | -501/+8 |
2012-06-01 | * boot/ast.boot (%LoadUnit): Add field for enclosing function. | dos-reis | 7 | -68/+81 |
2012-06-01 | * boot/ast.boot (%LoadUnit): Add fields for side conditions. | dos-reis | 7 | -28/+40 |
2012-06-01 | * boot/ast.boot (%LoadUnit): Add fields for let var and is var | dos-reis | 3 | -44/+72 |
2012-05-31 | * boot/ast.boot: Add a %LoadUnit parameter to most functions. | dos-reis | 7 | -423/+496 |
2012-05-30 | misc cleanup | dos-reis | 3 | -10/+10 |
2012-05-30 | * boot/parser.boot: Replace references to $ttok. | dos-reis | 5 | -70/+67 |
2012-05-30 | * boot/parser.boot (%ParserState): Add field for current token. | dos-reis | 7 | -198/+220 |
2012-05-30 | * boot/ast.boot (bfSpecificErrorHere): New. | dos-reis | 7 | -127/+160 |
2012-05-30 | * boot/parser.boot: Remove references to $bpCount. | dos-reis | 5 | -70/+77 |
2012-05-30 | * boot/parser.boot: Remove references to $bpParentCount. | dos-reis | 5 | -27/+37 |
2012-05-30 | * boot/parser.boot: Remove references to $stack. | dos-reis | 5 | -100/+110 |
2012-05-30 | * boot/parser.boot: Add parser state argument to more functions. | dos-reis | 5 | -645/+699 |
2012-05-29 | * boot/parser.boot (%ParserState): New. | dos-reis | 8 | -1088/+1266 |
2012-05-28 | * interp/lexing.boot: Use makeToken directly. | dos-reis | 6 | -48/+72 |
2012-05-28 | * interp/io.boot (findChar): Do not define here. | dos-reis | 7 | -27/+41 |
2012-05-26 | * boot/ast.boot (bfMDef): Simplify. | dos-reis | 5 | -94/+34 |
2012-05-26 | Update date | dos-reis | 1 | -2/+6 |
2012-05-26 | * boot/tokens.boot: freshLine, functionSymbol?, and symbolGlobal? | dos-reis | 14 | -18/+38 |
2012-05-25 | /EDITFILE cleanup | dos-reis | 11 | -28/+30 |
2012-05-25 | * interp/sys-globals.boot ($compCount): Remove. | dos-reis | 6 | -189/+18 |
2012-05-24 | * algebra/Makefile.in (initdb.$(FASLEXT)): Add --syslib to fix thinko. | dos-reis | 2 | -1/+5 |
2012-05-24 | * boot/scanner.boot: Eliminate fluid variable $n. | dos-reis | 3 | -262/+379 |
2012-05-24 | * boot/scanner.boot (lexerLineLength): New. | dos-reis | 4 | -94/+118 |
2012-05-24 | change lexer line accessor name | dos-reis | 2 | -105/+107 |
2012-05-24 | * boot/scanner.boot (%Lexer): New record structure. | dos-reis | 3 | -278/+343 |
2012-05-24 | * boot/tokens.boot: "@" is now a new keyword. | dos-reis | 9 | -68/+97 |
2012-05-23 | * interp/database.boot (%Constructor): New. | dos-reis | 5 | -31/+50 |
2012-05-23 | * interp/sys-driver.boot (initializeDatabases): Load initidb if | dos-reis | 4 | -20/+32 |
2012-05-23 | * interp/vmlisp.lisp (MAKE-CVEC): Remove. | dos-reis | 28 | -590/+524 |
2012-05-23 | * boot/includer.boot (%SourceLine): New datatype. | dos-reis | 7 | -35/+68 |
2012-05-23 | * interp/br-search.boot: Use findChar and findString in lieu of STRPOS. | dos-reis | 11 | -21/+34 |
2012-05-23 | * boot/tokens.boot (%Token): New datatype. | dos-reis | 13 | -142/+135 |
2012-05-22 | * interp/lexing.boot (%Token): Now an actual type defined as a | dos-reis | 4 | -46/+53 |
2012-05-22 | * boot/translator.boot (translateToplevel): Handle record structures. | dos-reis | 9 | -60/+339 |
2012-05-22 | * boot/ast.boot (needsPROG): Remove. | dos-reis | 10 | -4830/+4722 |