jscl.git
2013-01-04 David VazquezRename lispstrack to ecmalisp
2013-01-04 David Vazquezgensym
2013-01-04 David VazquezDOTIMES
2013-01-04 David VazquezMore type checking
2013-01-04 David VazquezSome type checking
2013-01-04 David Vazqueznull is not primitive
2013-01-04 David Vazquezread-until stops if it finds EOF
2013-01-03 David VazquezMacro to define built-in functions easily
2012-12-29 David Vazquezwrite-string and remove debug
2012-12-28 David VazquezExtra *newline* in CDR translation
2012-12-28 David VazquezIndent output code
2012-12-28 David VazquezClean output code
2012-12-28 David VazquezIgnore output file
2012-12-28 David VazquezPrint functions with the name
2012-12-28 David VazquezPrint improper lists
2012-12-28 David VazquezLAST and BUTLAST work for improper lists
2012-12-27 David Vazquezsubseq for strings
2012-12-27 David VazquezCall JOIN without a separator in some callers
2012-12-27 David VazquezPrint negative numbers
2012-12-27 David VazquezMove some code from ls-read to read-sharp
2012-12-26 David VazquezSome refactoring
2012-12-26 David Vazquezdefvar accepts optional value (it was required)
2012-12-26 David Vazquezjoin and join-trailing accept optional argument
2012-12-26 David VazquezNumber of argument checking and &optional parameters
2012-12-26 David VazquezRemove redundant semicolons
2012-12-26 David VazquezFix make-symbol
2012-12-26 David Vazquezconcat-two primitive function offered
2012-12-24 David VazquezFUNCTIONP and printer for FUNCTION
2012-12-24 David VazquezPrinter
2012-12-24 David VazquezFix eval-when-compile and so defmacro in the REPL
2012-12-24 David VazquezDEFVAR returns the symbol
2012-12-24 David VazquezDEFUN returns the function name
2012-12-24 David VazquezParent matching
2012-12-24 David VazquezImprove scrolling in the console
2012-12-24 David VazquezRename test.html to lispstrack.html
2012-12-24 David VazquezAdd copyright notice for rgrau
2012-12-24 David VazquezSome comments
2012-12-24 David VazquezMove all the code to only one file
2012-12-23 David VazquezHandle unfinished expressions in the REPL
2012-12-23 David VazquezReport unexpected errors in the reader
2012-12-23 David VazquezWelcome message
2012-12-23 David VazquezHandle errors in the REPL
2012-12-23 David VazquezFix js-eval. Macros bug fixed!
2012-12-23 David VazquezFix c*r and order them
2012-12-23 David VazquezFix cddr and cdddr
2012-12-23 David VazquezFix let
2012-12-23 David VazquezFix cons
2012-12-22 David VazquezRemove , in compile commands
2012-12-22 David Vazquezmultivariadic append
2012-12-22 David Vazquez, prefix in the REPL to compile
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 VazquezUpdate boolean expressions
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 Vazquezwith-compilation-unit
2012-12-22 David VazquezUpdate test.lisp with the newer definitions
2012-12-22 David VazquezFix symbolp and consp
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 Vazquezescape newlines
2012-12-20 David VazquezFix bug in string escape
2012-12-20 David VazquezFormat strings
2012-12-20 David VazquezLispstrack compiles itself!
2012-12-20 David Vazquezdefparameter => defvar
2012-12-20 David Vazquezerror is an expression now
2012-12-20 David VazquezMore progresses to bootstrap
2012-12-20 David VazquezSTRING-UPCASE
2012-12-20 David VazquezCASE and ECASE
2012-12-20 David VazquezForward reference support
2012-12-18 David VázquezWHEN, UNLESS
2012-12-18 David VázquezERROR
2012-12-18 David Vázquezeql to char=
2012-12-18 David VázquezUse `false' like nil
2012-12-18 David VázquezFix character reader for input like #\)
2012-12-18 David VázquezRemove duplicated ls-compile definition
2012-12-18 David VazquezMore nested macros
2012-12-18 David VazquezFix problem with recursive macros
2012-12-18 David VazquezProgresses to bootstrap
2012-12-18 David VazquezOR
2012-12-18 David VazquezCharacter reader
2012-12-18 David Vazquezincf, decf, length
2012-12-18 David Vazquez<
2012-12-18 David VazquezRemove streams
2012-12-18 David Vazquezinteger-to-string working
next