aboutsummaryrefslogtreecommitdiff
path: root/src/interp
AgeCommit message (Expand)AuthorFilesLines
2012-05-29 * boot/parser.boot (%ParserState): New.dos-reis1-7/+0
2012-05-28 * interp/lexing.boot: Use makeToken directly.dos-reis1-41/+35
2012-05-28 * interp/io.boot (findChar): Do not define here.dos-reis2-12/+0
2012-05-26 * boot/tokens.boot: freshLine, functionSymbol?, and symbolGlobal?dos-reis10-13/+13
2012-05-25/EDITFILE cleanupdos-reis11-28/+30
2012-05-25 * interp/sys-globals.boot ($compCount): Remove.dos-reis5-189/+9
2012-05-24 * boot/scanner.boot (lexerLineLength): New.dos-reis1-2/+2
2012-05-23 * interp/database.boot (%Constructor): New.dos-reis4-31/+42
2012-05-23 * interp/sys-driver.boot (initializeDatabases): Load initidb ifdos-reis2-12/+9
2012-05-23 * interp/vmlisp.lisp (MAKE-CVEC): Remove.dos-reis27-590/+494
2012-05-23 * interp/br-search.boot: Use findChar and findString in lieu of STRPOS.dos-reis10-21/+23
2012-05-23 * boot/tokens.boot (%Token): New datatype.dos-reis1-6/+0
2012-05-22 * interp/lexing.boot (%Token): Now an actual type defined as ados-reis1-17/+8
2012-05-21 * interp/parsing.lisp: Remove.dos-reis9-302/+49
2012-05-21 * interp/spad-parser.boot (addParensAndSemisToLine): Drop 'drop',dos-reis1-15/+13
2012-05-21 * interp/spad.lisp (S-PROCESS): Rename to translateSpad and movedos-reis3-56/+32
2012-05-21 * interp/lexing.boot (getDecimalNumberToken): New.dos-reis4-108/+44
2012-05-21 * interp/spad-parser.boot (parseSexpr1): Simplify.dos-reis3-42/+2
2012-05-21 * interp/vmlisp.lisp (SETANDFILE): Remove.dos-reis10-49/+21
2012-05-21 * interp/vmlisp.lisp (EVALANDFILEACTQ): Second argument is nodos-reis8-14/+39
2012-05-20 * interp/parsing.lisp (CONVERSATION): Remove.dos-reis9-371/+78
2012-05-20 Fix build breakage with CLozure CL.dos-reis1-3/+0
2012-05-20 * boot/ast.boot (shoeCompTran): Simplify.dos-reis1-1/+1
2012-05-12 * interp/c-util.boot: Miscellaneous cleanup.dos-reis19-52/+49
2012-05-12whitespace onlydos-reis1-11/+23
2012-05-12 * interp/io.boot (findString): New.dos-reis2-4/+7
2012-05-12 * interp/io.boot (findChar): New.dos-reis2-3/+8
2012-05-11 * interp/preparse.lisp (PARSEPRINT): Move to spad-parser.boot.dos-reis2-8/+9
2012-05-11 * interp/preparse.lisp (ADD-PARENS-AND-SEMIS-TO-LINE): Move todos-reis2-54/+42
2012-05-11 * interp/preparse.lisp (preparseReadLine1): Move to spad-parser.boot.dos-reis2-27/+20
2012-05-10 * interp/io.boot (carriageRetChar?): New.dos-reis4-4/+20
2012-05-09 * interp/preparse.lisp (PREPARSE): Move to spad-parser.boot.dos-reis4-30/+33
2012-05-09 * interp/preparse.lisp (FINCOMBLOCK): Move to spad-parser.boot.dos-reis2-29/+19
2012-05-09 * interp/preparse.lisp (PREPARSE-ECHO): Move to spad-parser.boot.dos-reis2-17/+18
2012-05-08 * boot/tokens.boot: Export char. Do not rename maxIndex.dos-reis14-44/+36
2012-05-08 * interp/spad.lisp (INIT-BOOT/SPAD-READER): Don't set FILE-CLOSED.dos-reis4-70/+40
2012-05-07 * interp/vmlisp.lisp (ioTerminal?): Rename form IS-CONSOLE.dos-reis8-19/+19
2012-05-07 * interp/preparse.lisp (SKIP-IFBLOCK): Move to spad-parser.boot.dos-reis2-80/+44
2012-05-07 * interp/sys-globals.boot ($insideCompTypeOf): Remove.dos-reis6-59/+34
2012-05-06 * interp/lexing.boot (indentationLocation): New.dos-reis3-22/+19
2012-05-06 * interp/Makefile.in (OBJS): Include io.$(FASLEXT).dos-reis4-8/+73
2012-05-06misc cleanupdos-reis4-48/+3
2012-05-05 * interp/preparse.lisp (ADDCLOSE): Move to spad-parser.boot.dos-reis2-18/+23
2012-05-05 * interp/clam.boot (HGETandCount): Remove as unused.dos-reis2-173/+0
2012-05-05 * interp/clam.boot (compHash): Rework.dos-reis2-61/+20
2012-05-05 * interp/clam.boot (compClam): Remove.dos-reis4-161/+25
2012-05-05 * interp/define.boot (compileConstructor1): Don't calldos-reis3-16/+8
2012-05-04 * interp/clam.boot (compHash): Use compQuietly in lieu ofdos-reis1-1/+1
2012-05-04 * interp/lisp-backend.boot (assembleCode): New.dos-reis2-14/+9
2012-05-04 * interp/clam.boot ($hashNode): Remove.dos-reis1-50/+1