jscl.git
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 VazquezFix bug in lambda compilation
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 VazquezUse comment instead of docstring to make bootstrapping...
2012-12-15 David VazquezAdd eval-when-compile
2012-12-15 David VazquezTest for lists
2012-12-15 Raimon Grau= and test
2012-12-15 Raimon Grautest
2012-12-15 Raimon Grauaritmetic primitives
2012-12-15 Raimon GrauMerge branch 'master' of ssh://bitbucket.org/rgrau...
2012-12-15 Raimon Graure-added compile-test
2012-12-15 David VazquezFix ; in the last compiled expression in ls-compile...
2012-12-14 Raimon GrauMerge branch 'while'
2012-12-14 Raimon Grauwhile
2012-12-14 Raimon Grauwhile first approach
2012-12-14 David VazquezDebug special form to write to console.log
2012-12-14 David VazquezFix bug in dot notation
2012-12-14 David VazquezIgnore test.js as it is generated automatically
2012-12-14 David VazquezIgnore fasls and backup files
2012-12-14 David VazquezAdd testing environment
2012-12-14 David VazquezRemove some formats, using `join' instead.
2012-12-14 David VazquezAdd while loop to Common Lisp
2012-12-14 David VazquezAdd dot notation
2012-12-14 David VazquezA (almost) simple Lisp reader
2012-12-13 Raimon Grauquote for integers, strings and lists. no symbols
2012-12-13 Raimon Graurefactored and symbol lookup
2012-12-13 Raimon Graucheck symbols in lambdas
2012-12-12 Raimon Graurefactor with macro
2012-12-12 Raimon Graulambda (sort of)
2012-12-11 Raimon Grauif
2012-12-11 Raimon Graustrings
2012-12-11 Raimon Graustep 1. integers