Console
[jscl.git] / test.lisp
2012-12-22 David VazquezConsole
2012-12-22 David VazquezCAR and CDR work for NIL object
2012-12-22 David VazquezUse global variables to keep the variable, function...
2012-12-22 David VazquezClean variable and function lookup information with...
2012-12-22 David VazquezUpdate test.lisp with the newer code from lispstrack...
2012-12-22 David VazquezFix symbol-name for NIL
2012-12-22 David VazquezAccept tabs as whitespaces
2012-12-22 David VazquezFix reader for T character
2012-12-22 David VazquezFix NIL handling error
2012-12-22 David VazquezExport compile and compileString too
2012-12-22 David VazquezExport main functions read, eval and evalString to...
2012-12-22 David VazquezFix OR
2012-12-22 David VazquezCopy global environment from host to target
2012-12-22 David VazquezFix apply
2012-12-22 David VazquezFix c*r functions
2012-12-22 David VazquezFix with-compilation-unit
2012-12-22 David Vazquezdolist
2012-12-22 David VazquezUpdate test.lisp with the newer definitions
2012-12-22 David VazquezQuoted symbols are also interned in the target environment
2012-12-21 David VazquezMove package code to the beginning of th file
2012-12-21 David VazquezFix little bugs
2012-12-20 David VazquezUse *newline* instead of literal strings
2012-12-20 David VazquezLispstrack compiles itself!
2012-12-20 David Vazquezdefparameter => defvar
2012-12-20 David VazquezMore progresses to bootstrap
2012-12-20 David VazquezCASE and ECASE
2012-12-18 David VázquezWHEN, UNLESS
2012-12-18 David Vázquezeql to char=
2012-12-18 David VázquezUse `false' like nil
2012-12-18 David VazquezMore nested macros
2012-12-18 David VazquezProgresses to bootstrap
2012-12-18 David VazquezOR
2012-12-18 David Vazquezincf, decf, length
2012-12-18 David Vazquezinteger-to-string working
2012-12-17 David VazquezDefine NIL and T properly as self-evaluated variables
2012-12-17 David VazquezNIL, T, TRUNCATE
2012-12-17 David VazquezFix INTERN
2012-12-17 David VazquezRevert "Move library to lispstrack.lisp"
2012-12-17 David Vazquezmake-symbol and intern
2012-12-17 David VazquezFix list allocation in &rest arguments
2012-12-17 David VazquezMove library to lispstrack.lisp
2012-12-17 David VazquezDEFVAR
2012-12-17 David VazquezInstance primitive functions as regular ones
2012-12-17 David Vazquez!reduce
2012-12-17 David Vazquez!reduce
2012-12-17 David Vazquez1+, 1-, mapcar
2012-12-16 David VazquezAppend, reverse
2012-12-16 David VazquezDEFUN macro
2012-12-16 David VazquezFix eval-when-compile and unify *literals* and *eval...
2012-12-16 David VazquezFunction (#')
2012-12-16 David Vazquezlet as transformation
2012-12-16 David VazquezDefine-transformation like light compiler macros
2012-12-16 David VazquezEQ primitive function
2012-12-16 David VazquezSymbols
2012-12-16 David VazquezConses are working
2012-12-16 Raimon Grauliterals started. not working atm
2012-12-16 Raimon Grauremoved the old-style incf
2012-12-16 David VazquezAdd lambda-lists with &rest support
2012-12-16 David VazquezDefine defmacro
2012-12-15 David VazquezAdd incf!
2012-12-15 David VazquezSupport to macroexpansion, and more
2012-12-15 David VazquezFunctions
2012-12-15 David VazquezSupport for "defvar", but without macro yet
2012-12-15 David VazquezTest for lists
2012-12-15 Raimon Grau= and test
2012-12-15 Raimon Grautest
2012-12-14 David VazquezDebug special form to write to console.log
2012-12-14 David VazquezAdd testing environment