aboutsummaryrefslogtreecommitdiff
path: root/src/boot/strap/parser.clisp
AgeCommit message (Expand)AuthorFilesLines
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
2011-04-20more cleanupdos-reis1-7/+8
2011-04-19 * interp/newfort.boot: Likewise.dos-reis1-3/+4
2011-04-19 * boot/ast.boot (%Module): Now take three arguments.dos-reis1-10/+17
2010-12-27 * boot/initial-env.lisp (IDENTP): Remove.dos-reis1-1/+1
2010-12-11 * interp/i-syscmd.boot: Use try-finally expression instead of Lispdos-reis1-1/+3
2010-12-11 * boot/tokens.boot: `finally' is now a keyword.dos-reis1-3/+16
2010-12-11 * boot/parser.boot (bpListAndRecover): Use Lisp-level CATCH.dos-reis1-30/+57
2010-07-27 * boot/tokens.boot: quo and rem are now keywords and infix operators.dos-reis1-2/+4
2010-05-28 Add support for 'property' builtin function.dos-reis1-1/+5
2010-05-19 * boot/ast.boot: Add %Leave ast node.dos-reis1-1/+1
2010-05-15 * boot/ast.boot (shoeCompTran1): Handle %Leave expressions.dos-reis1-1/+1
2010-05-10 Add lambda expression syntax to Boot.dos-reis1-0/+6
2010-05-09 * boot/tokens.boot: Don't rename 'cons'.dos-reis1-11/+20
2010-02-10Update cached boot translator Lisp codedos-reis1-0/+4
2009-09-20 * boot/tokens.boot: "has" is not a keyword.dos-reis1-5/+7
2009-09-04(no commit message)dos-reis1-1/+1
2009-09-03(no commit message)dos-reis1-5/+3
2009-09-03 * boot/ast.boot: More cleanup.dos-reis1-118/+113
2009-09-02 * boot/ast.boot: More cleanup.dos-reis1-22/+30
2009-08-30 * boot/ast.boot (bfSequence): Simplify COND branch bodies.dos-reis1-95/+64
2009-08-30 * boot/parser.boot ($sawParenthesizedHead): Remove.dos-reis1-35/+5