Macro precompilation
[jscl.git] / src / compiler.lisp
2013-05-03 David VázquezMacro precompilation
2013-05-03 David VázquezFix typo
2013-05-03 David VázquezDefine macro-function
2013-05-02 David VázquezBetter error reporting using basic format
2013-05-02 David Vázquez`error' uses basic format
2013-05-02 Raimon Graufixed format for compatibility with new char implementation
2013-05-02 David VázquezCharacter printing
2013-05-02 David VázquezImplement characters as Javascript strings of length 1
2013-05-01 Andrea Griffinifixed RETURN-FROM for FLET/LABELS and added a test...
2013-05-01 David VázquezPass argument count explicitly instead of use arguments...
2013-05-01 David VázquezFixes #64 issue on nested scoping in non local exists
2013-05-01 David VázquezName 'JSCL' instead of 'This progrma' in the license...
2013-05-01 David VázquezMerge branch 'build-tweaks' of https://github.com/nikod...
2013-05-01 David VázquezIgnore declarations in lambdas
2013-05-01 David Vázqueznamed-lambda is a function descriptor rather than a...
2013-04-30 Andrea Griffinibetter equal implementation with support for conses...
2013-04-28 Nikodemus Siivolasilence a couple of unused-variable warnings
2013-04-26 David VázquezFix bug in symbol dumping
2013-04-26 David VázquezRevert "Simplify literal object dumping"
2013-04-26 David VázquezRevert "Functions dump-array, dump-cons and dump-symbol"
2013-04-26 David VázquezSimplify literal object dumping
2013-04-26 David VázquezFunctions dump-array, dump-cons and dump-symbol
2013-04-26 David Vázquezjs-eval uses globalEval
2013-04-25 David VázquezDefine get-internal-real-time
2013-04-25 David VázquezRename project to JSCL
2013-04-25 David VázquezFix bug compiling funcalls
2013-04-25 Alfredo Beaumontls-compile: add compiling support for floats
2013-04-25 Alfredo BeaumontAdd float support in reader and printer
2013-04-25 David VázquezMove source code under src/