aboutsummaryrefslogtreecommitdiff
path: root/src/boot/strap/tokens.clisp
AgeCommit message (Expand)AuthorFilesLines
2022-08-21Boot parser: Remove useless AST functions (#17)Gabriel Dos Reis1-6/+6
2018-01-01Name bracket pattern parserGabriel Dos Reis1-6/+6
2016-01-30Do not rename mkpf.Gabriel Dos Reis1-3/+3
2015-12-25Do not rename 'apply'.Gabriel Dos Reis1-3/+3
2015-12-24Translate apply(f,[args]) as FUNCALL(f,args)Gabriel Dos Reis1-6/+6
2013-06-20Allow inerts in Boot.dos-reis1-3/+3
2013-06-15 * interp/nruncomp.boot (NRTsetVector4Part1): Add environment parameter.dos-reis1-6/+6
2013-06-01Support --output in compiler, for bootstrapping stage.dos-reis1-6/+6
2013-05-27Rename MAKE-FULL-FILENAME to makeFullFilename.dos-reis1-6/+8
2013-05-26Rename MAKE-FILENAME to makeFilename and re-implement in Boot.dos-reis1-8/+14
2012-05-26 * boot/tokens.boot: freshLine, functionSymbol?, and symbolGlobal?dos-reis1-2/+3
2012-05-24 * boot/tokens.boot: "@" is now a new keyword.dos-reis1-9/+10
2012-05-23 * boot/tokens.boot (%Token): New datatype.dos-reis1-1/+15
2012-05-22 * boot/translator.boot (translateToplevel): Handle record structures.dos-reis1-6/+6
2012-05-22 * boot/ast.boot (needsPROG): Remove.dos-reis1-89/+83
2012-05-19 * boot/tokens.boot: symbolBinding is now builtin.dos-reis1-1/+1
2012-05-08 * boot/tokens.boot: Export char. Do not rename maxIndex.dos-reis1-6/+7
2012-01-12 * boot/parser.boot (bpFunction): New.dos-reis1-10/+29
2011-12-28 * interp/vmlisp.lisp (SORTBY): Remove.dos-reis1-4/+4
2011-12-28 * boot/tokens.boot: Remove redundant renaming of REM.dos-reis1-23/+24
2011-12-28 * boot/tokens.boot: Do not rewrite drop and take.dos-reis1-19/+18
2011-11-29 * boot/tokens.boot (absKind, absParms, absBody): New selectors.dos-reis1-5/+6
2011-10-30 * interp/sys-macros.lisp (MKPF1): Tidy.dos-reis1-17/+18
2011-10-29 * interp/lisplib.boot (makePredicateBitVector): Take a DB argument.dos-reis1-1/+1
2011-10-22 * boot/tokens.boot: Add new selectors: mapOperation, mapSignature,dos-reis1-5/+7
2011-10-21 Workaround proclamation bug in GCLdos-reis1-5/+5
2011-10-05 * lisp/core.lisp.in (eof?): New.dos-reis1-6/+7
2011-10-01 * boot/utility.boot: Define BOOTTRAN namespace.dos-reis1-4/+3
2011-09-30 * boot/ast.boot (bfTableIteratorBindingForm): New.dos-reis1-17/+11
2011-09-30 * boot/ast.boot (bfFor): Tidy. Handle hashtable iterator forms.dos-reis1-239/+196
2011-08-07cleanupdos-reis1-8/+13
2011-08-05 * boot/tokens.boot: Remove unused and antiquated tokens.dos-reis1-8/+6
2011-07-13 * boot/tokens.boot: copyString, copyTree, and copyVector are nowdos-reis1-5/+7
2011-07-03 * boot/tokens.boot: flushOutput, writeNewline, writeStringdos-reis1-3/+7
2011-06-22 * boot/ast.boot (shoeEVALANDFILEACTQ): Remove.dos-reis1-151/+136
2011-05-28 * lisp/core.lisp.in: Define and export readLine and readbyte.dos-reis1-2/+0
2011-05-19more cleanupdos-reis1-7/+9
2011-05-18 * boot/translator.boot: Remove bindings of $GenVarCounter.dos-reis1-57/+56
2011-05-16 * boot/tokens.boot: "do" is now a keyword.dos-reis1-1/+1
2011-05-14cleanupdos-reis1-1/+3
2011-05-12 * boot/initial-env.lisp (MAKE-HASHTABLE): Remove.dos-reis1-2/+2
2011-05-05more cleanupdos-reis1-1/+2
2011-05-03more cleanupdos-reis1-0/+5
2011-05-02 * boot/ast.boot (idList?, charList?, stringLits?): New.dos-reis1-7/+8
2011-05-02 * boot/parser.boot (bpDefinition): Accept macro definitiondos-reis1-8/+8
2011-05-01 * boot/tokens.boot: Don't rename append.dos-reis1-12/+11
2011-04-24 * boot/ast.boot (bfMakeCollectInsn): New.dos-reis1-3/+2
2011-04-22 * boot/tokens.boot: Don't translate setDifference.dos-reis1-1/+0
2011-04-22 * boot/utility.boot (copyList): Define.dos-reis1-4/+3
2011-04-21 * boot/tokens.boot: Don't translate lastNode anymore.dos-reis1-3/+2