aboutsummaryrefslogtreecommitdiff
path: root/src/interp
AgeCommit message (Collapse)AuthorFilesLines
2011-05-20more cleanupdos-reis11-20/+19
2011-05-19remove construc.lispdos-reis2-841/+1
2011-05-19 * interp/i-analy.boot (bottomUpForm0): Tidy.dos-reis5-43/+22
* interp/i-eval.boot (evalForm): Likewise. * interp/buildom.boot (formalRecordField): New. (eltRecordFun): Use it. (seteltRecordFun): New. * interp/g-opt.boot (optSETRECORDELT): Remove. (optRECORDCOPY): Likewise. * interp/vmlisp.lisp (MAKE-VEC): Likewise.
2011-05-19 * interp/i-eval.boot (evalForm): Adjust.dos-reis5-30/+36
* interp/buildom.boot (mkRecordFun): New. (eltRecordFun): Likewise. (copyRecordFun): Likewise. (mkRecordFunList): Use them. * interp/g-opt.boot (optMkRecord): Remove. (optRECORDELT): Likewise. * interp/lisp-backend.boot: Translate %vcopy.
2011-05-19more cleanupdos-reis12-71/+54
2011-05-19more cleanupdos-reis16-55/+51
2011-05-19 * interp/buildom.boot (lookupInDomainVector): Establish a newdos-reis18-61/+59
binding for $lookupDefaults.
2011-05-18Tidy formattingdos-reis2-27/+33
2011-05-18fix dependency on showimp.bootdos-reis2-2/+2
2011-05-18 * interp/buildom.boot (mkEnumerationFunList): Include enumdos-reis1-10/+11
constants in the operation list.
2011-05-18more cleanupdos-reis3-75/+72
2011-05-18 * interp/buildom.boot (Enumeration): Provide implementation ofdos-reis1-48/+60
constants.
2011-05-17more cleanupdos-reis9-21/+22
2011-05-17more cleanupdos-reis2-83/+77
2011-05-17 * interp/buildom.boot (EnumerationCategory): Rewrite.dos-reis3-5/+19
* interp/compiler.boot (compEnumCat): New. Compile EnumerationCategory forms.
2011-05-17cleanupdos-reis2-1/+4
2011-05-16 * boot/tokens.boot: "do" is now a keyword.dos-reis1-2/+0
* boot/ast.boot (bfDo): New. * boot/parser.boot (bpDo): New. (bpReturn): Include do-expressions. * interp/vmlisp.lisp (do): Remove.
2011-05-15cleanupdos-reis15-79/+79
2011-05-12 * boot/initial-env.lisp (MAKE-HASHTABLE): Remove.dos-reis3-7/+2
(BEVC-MAKE-FULL): Likewise. (MAKE-BVEC): Likewise. * boot/tokens.boot (shoeKeyTableCons): Adjust. (shoePunCons): Likewise. (shoeDfu): Likewise. (shoeXref): Likewise.
2011-05-07 * algebra/table.spad.pamphlet (HashTable): Use tableValue insteaddos-reis4-18/+21
of HGET. Use tableLength instead of HCOUNT.
2011-05-06more cleanupdos-reis28-133/+133
2011-05-05more cleanupdos-reis21-102/+105
2011-05-05more cleanupsdos-reis2-13/+4
2011-05-02 * boot/ast.boot (idList?, charList?, stringLits?): New.dos-reis2-2/+2
(bfMember): Use them for special cases. * boot/parser.boot (bpDefinition): Stop support MDEF forms. (bpMdef, bpMDefTail): Remove. * boot/tokens.boot: "==>" is no longer a token.
2011-05-02more cleanupsdos-reis13-49/+56
2011-05-02More cleanupsdos-reis12-26/+32
2011-05-02cleanupdos-reis9-30/+30
2011-05-02 * interp/c-util.boot (categoryRef, domainRef, canonicalForm)dos-reis18-110/+112
(instantiatorCtor, instantiatorArgs, categoryExports): New.
2011-05-02 * boot/parser.boot (bpDefinition): Accept macro definitiondos-reis5-20/+20
starting with the keyword "MACRO". * boot/translator.boot (exportNames): Export them in all evaluation contexts. * interp/c-util.boot: "macro" is now a keyword. * interp/define.boot: Likewise. * interp/g-util.boot: Likewise. * interp/i-syscmd.boot: Likewise. * interp/postpar.boot: Likewise.
2011-05-02more cleanupdos-reis29-108/+107
2011-05-01 * interp/macros.lisp (WI, tryLine, embrace indentNB, tryBreak)dos-reis3-144/+6
(tryBreakNB, MARKHASH): Remove. * interp/spad.lisp (NEWNAMTRANS): Likewise. * interp/sys-macros.lisp: Remove more Lispy junk.
2011-05-01 * boot/utility.boot (applySubstNQ): New.dos-reis4-20/+5
* interp/compiler.boot (finishLambdaExpression): Use it. * interp/i-intern.boot (mkAtreeExpandMacros): Likewise. * interp/i-map.boot (addMap): Likewise. * interp/vmlisp.lisp (SUBLISNQ, SUBANQ, SUBB): Remove.
2011-05-01more cleanupsdos-reis9-25/+26
2011-05-01 * interp/vmlisp.lisp (EQSUBSTLIST): Remove.dos-reis6-25/+16
* interp/c-util.boot (eqSubstAndCopy, eqSubst): Likewise. Adjust callers.
2011-05-01 * interp/buildom.boot: Replace use of EQSUBSTLIST with applySubst.dos-reis15-85/+32
* interp/c-util.boot: Likewise. * interp/cattable.boot: Likewise. * interp/compiler.boot: Likewise. * interp/define.boot: Likewise. * interp/format.boot: Likewise. * interp/functor.boot: Likewise. * interp/hashcode.boot: Likewise. * interp/i-output.boot: Likewise. * interp/i-syscmd.boot: Likewise. * interp/lisplib.boot: Likewise. * interp/modemap.boot: Likewise. * interp/rulesets.boot: Likewise. * interp/slam.boot: Likewise. * interp/sys-macros.lisp (APPLYR, TAILFN, TAIL, rplac): Remove as unused.
2011-04-30 * boot/ast.boot (bfAppend): Write in full.dos-reis1-2/+10
* interp/ptrees.boot (pfAppend): Likewise.
2011-04-30 * More cleanupdos-reis64-1008/+1002
2011-04-30 * interp/vmlisp.lisp (NREMOVE): Remove.dos-reis6-13/+18
(EFFACE): Likewise. * interp/sys-utility.boot (remove!): New.
2011-04-30more cleanupdos-reis31-143/+145
2011-04-30cleanupdos-reis23-60/+58
2011-04-30 * interp/vmlisp.lisp (remove): Remove.dos-reis1-15/+0
(REMOVEQ, NREMOVEQ): Likewise. * boot/utility.boot (removeSymbol, removeScalar, removeValue) (remove): New. * boot/ast.boot (bfMDef): Use applySubst in lieu of SUBLIS.
2011-04-29 * boot/utility.boot (assocSymbol): New.dos-reis28-160/+149
(applySubst): Likewise. Export. * boot/ast.boot: Use it. Remove SUBLIS and SUBLISLIS. * interp/ax.boot: Likewise. * interp/br-con.boot: Likewise. * interp/br-op1.boot: Likewise. * interp/br-op2.boot: Likewise. * interp/br-prof.boot: Likewise. * interp/br-saturn.boot: Likewise. * interp/buildom.boot: Likewise. * interp/c-doc.boot: Likewise. * interp/c-util.boot: Likewise. * interp/cattable.boot: Likewise. * interp/compiler.boot: Likewise.
2011-04-29 * interp/cattable.boot (hasCat): Add type. Accept onlydos-reis2-7/+9
instantiation forms. (simpHasPred): Adjust call to hasCat. * interp/i-funsel.boot (hasCaty): Likewise.
2011-04-28more cleanupdos-reis1-5/+3
2011-04-27 * interp/br-util.boot (dbInfovec): Move to c-util.bootdos-reis18-78/+82
2011-04-26cleanupdos-reis2-106/+101
2011-04-26cleanupdos-reis3-277/+270
2011-04-23 * lisp/core.lisp.in: Export basic types and compiler data types.dos-reis16-243/+149
* interp/modemap.boot (knownInfo): Fix latent bug uncovered by type declarations. * boot/ast.boot: Remove type definitions. (bfIN): Handle DOT as loop variable. (bfON): Likewise. Allow a loop variable to iterator over its own tails. * boot/parser.boot (bfTyping): Simplify. (bpSimpleMapping): Fix thinko.
2011-04-22 * boot/tokens.boot: Don't translate setDifference.dos-reis5-27/+12
* boot/initial-env.lisp (SETDIFFERNECE): Remove. * boot/translator.boot (evalBootFile): Rename form EVAL-BOOT-FILE. * boot/utility.boot (setDifference): Define. * interp/unlisp.lisp (ListMemberQ?): Remove. (ListRemoveQ): Likewise. (AlistAssocQ): Likewise.
2011-04-22more cleanupdos-reis21-66/+35