aboutsummaryrefslogtreecommitdiff
path: root/src/interp/lexing.boot
AgeCommit message (Expand)AuthorFilesLines
2013-06-18Misc cleanup.dos-reis1-1/+1
2013-05-29Misc cleanups.dos-reis1-2/+1
2013-05-10The compiler now accepts do-statementsdos-reis1-2/+2
2012-08-20 * interp/spad.lisp (SPAD): Remove obfuscated binding of OUT-STREAM.dos-reis1-8/+2
2012-06-07 * interp/lexing.boot: Move %Line to io.boot.dos-reis1-54/+0
2012-06-04 * interp/spad.lisp (SPAD): Adjust.dos-reis1-131/+127
2012-06-03 * interp/lexing.boot (%Line): Now a record structure.dos-reis1-19/+11
2012-05-28 * interp/lexing.boot: Use makeToken directly.dos-reis1-41/+35
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-reis1-0/+16
2012-05-21 * interp/lexing.boot (getDecimalNumberToken): New.dos-reis1-1/+41
2012-05-09 * interp/preparse.lisp (PREPARSE): Move to spad-parser.boot.dos-reis1-1/+1
2012-05-07 * interp/sys-globals.boot ($insideCompTypeOf): Remove.dos-reis1-16/+0
2012-05-06 * interp/lexing.boot (indentationLocation): New.dos-reis1-0/+16
2012-05-06 * interp/Makefile.in (OBJS): Include io.$(FASLEXT).dos-reis1-0/+1
2012-02-24 * interp/lexing.boot: "assume" is now also a keyword for the compiler.dos-reis1-1/+1
2012-02-20 * interp/lexing.boot (getNumberToken): New.dos-reis1-2/+18
2011-10-18 * interp/spad-parser.boot (parseSegmentTail): Tidy.dos-reis1-2/+2
2011-10-17 * lisp/core.lisp.in: Add ref and deref to support references.dos-reis1-5/+38
2011-10-12 * interp/lexing.boot (matchAdvanceKeyword): New.dos-reis1-0/+7
2011-10-11 * interp/lexing.boot (matchAdvanceString): New.dos-reis1-2/+19
2011-10-11 * interp/lexing.boot (matchString): New.dos-reis1-0/+12
2011-10-09 * interp/lexing.boot: New tokenizer functions.dos-reis1-1/+75
2011-10-07 * interp/lexing.boot: Include sys-macros.dos-reis1-0/+161
2011-10-04 * interp/lexing.boot: Add support for Token abstract datatype.dos-reis1-0/+98
2011-10-04 * interp/lexing.boot (stackClear!): Fix typo.dos-reis1-1/+59
2011-10-04 * interp/lexing.boot: New.dos-reis1-0/+88