aboutsummaryrefslogtreecommitdiff
path: root/src/boot/strap/parser.clisp
AgeCommit message (Expand)AuthorFilesLines
2022-08-21Boot parser: Remove useless AST functions (#17)Gabriel Dos Reis1-5/+5
2018-01-01Name bracket pattern parserGabriel Dos Reis1-18/+54
2015-12-24Translate apply(f,[args]) as FUNCALL(f,args)Gabriel Dos Reis1-23/+20
2013-06-20Allow inerts in Boot.dos-reis1-1/+8
2013-06-15 * interp/nruncomp.boot (NRTsetVector4Part1): Add environment parameter.dos-reis1-2/+2
2013-06-01Support --output in compiler, for bootstrapping stage.dos-reis1-2/+2
2013-05-26Rename MAKE-FILENAME to makeFilename and re-implement in Boot.dos-reis1-2/+2
2012-06-10 * interp/preparse.lisp: Remove.dos-reis1-3/+3
2012-06-03 * interp/lexing.boot (%Line): Now a record structure.dos-reis1-3/+4
2012-06-03 * boot/parser.boot (bpSignatureTail): Split out of bpSignature.dos-reis1-37/+24
2012-06-01 * boot/ast.boot (%LoadUnit): Add field for enclosing function.dos-reis1-38/+41
2012-06-01 * boot/ast.boot (%LoadUnit): Add fields for side conditions.dos-reis1-3/+5
2012-05-31 * boot/ast.boot: Add a %LoadUnit parameter to most functions.dos-reis1-59/+71
2012-05-30 * boot/parser.boot: Replace references to $ttok.dos-reis1-43/+37
2012-05-30 * boot/parser.boot (%ParserState): Add field for current token.dos-reis1-90/+118
2012-05-30 * boot/ast.boot (bfSpecificErrorHere): New.dos-reis1-56/+70
2012-05-30 * boot/parser.boot: Remove references to $bpCount.dos-reis1-38/+40
2012-05-30 * boot/parser.boot: Remove references to $bpParentCount.dos-reis1-14/+21
2012-05-30 * boot/parser.boot: Remove references to $stack.dos-reis1-63/+69
2012-05-30 * boot/parser.boot: Add parser state argument to more functions.dos-reis1-311/+359
2012-05-29 * boot/parser.boot (%ParserState): New.dos-reis1-512/+619
2012-05-24 * boot/tokens.boot: "@" is now a new keyword.dos-reis1-6/+10
2012-05-23 * boot/tokens.boot (%Token): New datatype.dos-reis1-34/+31
2012-05-22 * boot/translator.boot (translateToplevel): Handle record structures.dos-reis1-2/+33
2012-05-22 * boot/ast.boot (needsPROG): Remove.dos-reis1-359/+326
2012-05-20 * boot/ast.boot (shoeCompTran): Simplify.dos-reis1-43/+45
2012-05-20 * boot/ast.boot (shoeCompTran1): Take variable sets by reference.dos-reis1-23/+23
2012-01-12 * boot/parser.boot (bpFunction): New.dos-reis1-2/+6
2012-01-09 * boot/parser.boot (bpRequire): New. Use it throughout this module.dos-reis1-84/+74
2011-12-28 * interp/vmlisp.lisp (SORTBY): Remove.dos-reis1-0/+5
2011-12-10 * boot/parser.boot (bpArgtypeList): Accept mapping types.dos-reis1-1/+1
2011-10-21 Workaround proclamation bug in GCLdos-reis1-1/+21
2011-10-01 * boot/parser.boot (bpImport): Accept long names for used namespaces.dos-reis1-9/+13
2011-10-01 * boot/utility.boot: Define BOOTTRAN namespace.dos-reis1-3/+3
2011-09-30 * boot/ast.boot (bfFor): Tidy. Handle hashtable iterator forms.dos-reis1-682/+612
2011-08-05cleanupdos-reis1-1/+1
2011-06-05 * boot/ast.boot: Remove debugging statement.dos-reis1-1/+1
2011-05-18 * boot/translator.boot: Remove bindings of $GenVarCounter.dos-reis1-2/+3
2011-05-16 * boot/ast.boot (bfAtScope): New.dos-reis1-3/+7
2011-05-16 * boot/tokens.boot: "do" is now a keyword.dos-reis1-1/+5
2011-05-15 * boot/ast.boot (shoeCompTran1): Don't indiscriminately walk CASEdos-reis1-5/+6
2011-05-14Remove recently introduced bpNamedScopedos-reis1-10/+5
2011-05-14 * boot/parser.boot (bpNamedScope): New.dos-reis1-4/+9
2011-05-02 * boot/ast.boot (idList?, charList?, stringLits?): New.dos-reis1-8/+0
2011-05-02 * boot/parser.boot (bpDefinition): Accept macro definitiondos-reis1-16/+21
2011-05-01 * boot/tokens.boot: Don't rename append.dos-reis1-9/+15
2011-04-25 * boot/translator.boot (inAllContexts): New.dos-reis1-8/+11
2011-04-24 * boot/ast.boot (bfMakeCollectInsn): New.dos-reis1-35/+31
2011-04-23 * lisp/core.lisp.in: Export basic types and compiler data types.dos-reis1-16/+9
2011-04-21 * boot/tokens.boot: Don't rename nreverse.dos-reis1-7/+7