aboutsummaryrefslogtreecommitdiff
path: root/src/boot/parser.boot
AgeCommit message (Expand)AuthorFilesLines
2022-08-21Boot parser: Remove useless AST functions (#17)Gabriel Dos Reis1-3/+3
2018-01-01Name bracket pattern parserGabriel Dos Reis1-9/+12
2016-12-29Add Boot support for native load unit specification in foreignGabriel Dos Reis1-5/+18
2015-12-24Tidy uses of apply.Gabriel Dos Reis1-3/+3
2015-12-24Replace FUNCALL with apply.Gabriel Dos Reis1-16/+16
2014-02-02misc updatedos-reis1-1/+1
2013-06-20Allow inerts in Boot.dos-reis1-2/+8
2012-06-03 * interp/lexing.boot (%Line): Now a record structure.dos-reis1-9/+12
2012-06-03 * boot/parser.boot (bpSignatureTail): Split out of bpSignature.dos-reis1-20/+16
2012-06-01 * boot/ast.boot (%LoadUnit): Add field for enclosing function.dos-reis1-3/+6
2012-06-01 * boot/ast.boot (%LoadUnit): Add fields for side conditions.dos-reis1-4/+5
2012-05-31 * boot/ast.boot: Add a %LoadUnit parameter to most functions.dos-reis1-42/+33
2012-05-30misc cleanupdos-reis1-5/+5
2012-05-30 * boot/parser.boot: Replace references to $ttok.dos-reis1-24/+25
2012-05-30 * boot/parser.boot (%ParserState): Add field for current token.dos-reis1-65/+96
2012-05-30 * boot/ast.boot (bfSpecificErrorHere): New.dos-reis1-57/+60
2012-05-30 * boot/parser.boot: Remove references to $bpCount.dos-reis1-28/+31
2012-05-30 * boot/parser.boot: Remove references to $bpParentCount.dos-reis1-9/+9
2012-05-30 * boot/parser.boot: Remove references to $stack.dos-reis1-29/+29
2012-05-30 * boot/parser.boot: Add parser state argument to more functions.dos-reis1-330/+331
2012-05-29 * boot/parser.boot (%ParserState): New.dos-reis1-556/+599
2012-05-24 * boot/tokens.boot: "@" is now a new keyword.dos-reis1-6/+12
2012-05-23 * boot/tokens.boot (%Token): New datatype.dos-reis1-29/+29
2012-05-22 * boot/translator.boot (translateToplevel): Handle record structures.dos-reis1-3/+45
2012-01-12 * boot/parser.boot (bpFunction): New.dos-reis1-1/+5
2012-01-12 * boot/tokens.boot (keywordId): New.dos-reis1-3/+3
2012-01-09 * boot/parser.boot (bpRequire): New. Use it throughout this module.dos-reis1-71/+76
2011-12-28 * interp/vmlisp.lisp (SORTBY): Remove.dos-reis1-0/+7
2011-12-10 * boot/parser.boot (bpArgtypeList): Accept mapping types.dos-reis1-3/+3
2011-10-17 * lisp/core.lisp.in: Add ref and deref to support references.dos-reis1-1/+11
2011-10-01 * boot/parser.boot (bpImport): Accept long names for used namespaces.dos-reis1-3/+5
2011-10-01 * boot/utility.boot: Define BOOTTRAN namespace.dos-reis1-2/+2
2011-08-05cleanupdos-reis1-1/+1
2011-05-18 * boot/translator.boot: Remove bindings of $GenVarCounter.dos-reis1-1/+2
2011-05-16 * boot/ast.boot (bfAtScope): New.dos-reis1-0/+5
2011-05-16 * boot/tokens.boot: "do" is now a keyword.dos-reis1-0/+6
2011-05-15 * boot/ast.boot (shoeCompTran1): Don't indiscriminately walk CASEdos-reis1-1/+2
2011-05-14Remove recently introduced bpNamedScopedos-reis1-8/+1
2011-05-14 * boot/parser.boot (bpNamedScope): New.dos-reis1-0/+7
2011-05-02 * boot/ast.boot (idList?, charList?, stringLits?): New.dos-reis1-15/+0
2011-05-02 * boot/parser.boot (bpDefinition): Accept macro definitiondos-reis1-7/+10
2011-05-01 * boot/tokens.boot: Don't rename append.dos-reis1-2/+8
2011-04-30more cleanupdos-reis1-44/+45
2011-04-25 * boot/translator.boot (inAllContexts): New.dos-reis1-0/+2
2011-04-23 * lisp/core.lisp.in: Export basic types and compiler data types.dos-reis1-8/+7
2011-04-21 * boot/tokens.boot: Don't rename nreverse.dos-reis1-7/+7
2011-04-20more cleanupdos-reis1-0/+2
2011-04-19 * boot/ast.boot (%Module): Now take three arguments.dos-reis1-8/+19
2011-04-16cleanupdos-reis1-3/+3
2011-02-25 * boot/tokens.boot: makeSymbol is not a builtin function.dos-reis1-3/+3