aboutsummaryrefslogtreecommitdiff
path: root/src/interp/define.boot
AgeCommit message (Expand)AuthorFilesLines
2016-01-21getConstructorAncestorsFromDB: get them from generated codeGabriel Dos Reis1-1/+1
2016-01-12Share more code between various parts of the compiler.Gabriel Dos Reis1-3/+3
2016-01-09Every use of getDualSignature that does not ensure that builtinGabriel Dos Reis1-6/+5
2016-01-07computeAncestorsOf: First parameter is now a DB for the the constructor.Gabriel Dos Reis1-2/+2
2016-01-07Remove dead code. Add DB parameter for getFormModemaps.Gabriel Dos Reis1-18/+19
2016-01-06Remove $insideCategoryIfTrue. Replace with call to new function dbForCategory?Gabriel Dos Reis1-3/+1
2016-01-06optFunctorBody: Take a DB argument.Gabriel Dos Reis1-1/+1
2016-01-06macroExpand: Do not expand the definiendum in a definition.Gabriel Dos Reis1-5/+5
2015-12-30Thread database parameter through more compiler functions.Gabriel Dos Reis1-17/+17
2015-12-29Introduce '' for the slot number of the add-chain domain.Gabriel Dos Reis1-3/+3
2015-12-27Write out a functor's operation table separately in generated code stream.Gabriel Dos Reis1-2/+3
2015-12-26Remove dispatchFunction.Gabriel Dos Reis1-2/+2
2015-12-24Replace FUNCALL with apply.Gabriel Dos Reis1-1/+1
2013-07-02Rever sharp var list changes.dos-reis1-3/+3
2013-07-01Bring closer to GCL-buildability.dos-reis1-3/+3
2013-06-18 * interp/compiler.boot (compHasFormat): Take a DB parameter.dos-reis1-2/+2
2013-06-15Store category defaults constructor as part of category constructor DB.dos-reis1-15/+10
2013-06-15 * interp/define.boot (makeCategoryPredicates): Tidy. Adjust caller.dos-reis1-17/+15
2013-06-15Add DB parameter to extendsCategoryForm.dos-reis1-0/+1
2013-06-15Remove NRT prefix from most functions.dos-reis1-5/+5
2013-06-15 * interp/nruncomp.boot (NRTsetVector4Part1): Add environment parameter.dos-reis1-10/+10
2013-06-14 * interp/define.boot (getvalue): Rename from GetValue.dos-reis1-6/+6
2013-06-06Do not call allConstructors from compiler.dos-reis1-2/+0
2013-06-02Tell compForMode not to be fussy when bootstrapping the algebra.dos-reis1-0/+6
2013-06-02tidy addInformationdos-reis1-11/+9
2013-06-01Cache more category objects.dos-reis1-30/+43
2013-06-01Cache category objects some more.dos-reis1-1/+1
2013-06-01Cache category objects created at functor build time.dos-reis1-0/+6
2013-06-01Support --output in compiler, for bootstrapping stage.dos-reis1-0/+12
2013-05-30Fix typo.dos-reis1-3/+4
2013-05-30Change backend code emitters to take a %Libname parameterdos-reis1-4/+4
2013-05-29Simplify final backend instruction emission.dos-reis1-0/+2
2013-05-29Simplify backend functionsdos-reis1-1/+1
2013-05-29Misc backend cleanup.dos-reis1-2/+2
2013-05-29Add DB parameter to middle end functions.dos-reis1-5/+5
2013-05-29Misc cleanups.dos-reis1-1/+7
2013-05-29Misc cleanup.dos-reis1-5/+40
2013-05-29Remove Lispy junksdos-reis1-1/+1
2013-05-28Remove special variable $libFiledos-reis1-1/+0
2013-05-28Have constructor definition compilers take a DB parameter.dos-reis1-19/+19
2013-05-28 Remove $domainShell.dos-reis1-13/+11
2013-05-28Add DB parameter to more compiler functionsdos-reis1-38/+39
2013-05-28Add DB parameter to compNoStackingdos-reis1-2/+2
2013-05-28Have compDefine take a DB parameterdos-reis1-9/+12
2013-05-27Add DB parameters to finalization functions.dos-reis1-2/+2
2013-05-27Introduce a data structure for ephemeral compilation artifactsdos-reis1-3/+4
2013-05-27Clear constructor DB right before compiling definition.dos-reis1-0/+2
2013-05-19 * interp/define.boot (compDefineFunctor1): Use the currentdos-reis1-10/+11
2013-05-19 * interp/define.boot (sourceMatches): New.dos-reis1-2/+28
2013-05-19 * interp/define.boot (getSignature): Third parameter need not be fluid.dos-reis1-4/+4