2012-12-18 |
David Vázquez | Use `false' like nil |
commit | commitdiff | tree | snapshot |
2012-12-18 |
David Vázquez | Fix character reader for input like #\) |
commit | commitdiff | tree | snapshot |
2012-12-18 |
David Vázquez | Remove duplicated ls-compile definition |
commit | commitdiff | tree | snapshot |
2012-12-18 |
David Vazquez | More nested macros |
commit | commitdiff | tree | snapshot |
2012-12-18 |
David Vazquez | Fix problem with recursive macros |
commit | commitdiff | tree | snapshot |
2012-12-18 |
David Vazquez | Progresses to bootstrap |
commit | commitdiff | tree | snapshot |
2012-12-18 |
David Vazquez | OR |
commit | commitdiff | tree | snapshot |
2012-12-18 |
David Vazquez | Character reader |
commit | commitdiff | tree | snapshot |
2012-12-18 |
David Vazquez | incf, decf, length |
commit | commitdiff | tree | snapshot |
2012-12-18 |
David Vazquez | < |
commit | commitdiff | tree | snapshot |
2012-12-18 |
David Vazquez | Remove streams |
commit | commitdiff | tree | snapshot |
2012-12-18 |
David Vazquez | integer-to-string working |
commit | commitdiff | tree | snapshot |
2012-12-18 |
David Vazquez | Fix nil translation |
commit | commitdiff | tree | snapshot |
2012-12-18 |
David Vazquez | Remove more unnecessary semicolons |
commit | commitdiff | tree | snapshot |
2012-12-18 |
David Vazquez | Remove unnecessary semicolons |
commit | commitdiff | tree | snapshot |
2012-12-17 |
David Vazquez | Define NIL and T properly as self-evaluated variables |
commit | commitdiff | tree | snapshot |
2012-12-17 |
David Vazquez | Avoid redeclarate variable and functions |
commit | commitdiff | tree | snapshot |
2012-12-17 |
David Vazquez | Remove unused code |
commit | commitdiff | tree | snapshot |
2012-12-17 |
David Vazquez | NIL, T, TRUNCATE |
commit | commitdiff | tree | snapshot |
2012-12-17 |
David Vazquez | MOD, FLOOR |
commit | commitdiff | tree | snapshot |
2012-12-17 |
David Vazquez | rename char-code to string |
commit | commitdiff | tree | snapshot |
2012-12-17 |
David Vazquez | Rewrite *newline* without literal string |
commit | commitdiff | tree | snapshot |
2012-12-17 |
David Vazquez | Remove unnecessary reader macro |
commit | commitdiff | tree | snapshot |
2012-12-17 |
David Vazquez | Fix INTERN |
commit | commitdiff | tree | snapshot |
2012-12-17 |
David Vazquez | Fix SET |
commit | commitdiff | tree | snapshot |
2012-12-17 |
David Vazquez | Revert "Move library to lispstrack.lisp" |
commit | commitdiff | tree | snapshot |
2012-12-17 |
David Vazquez | make-symbol and intern |
commit | commitdiff | tree | snapshot |
2012-12-17 |
David Vazquez | Fix list allocation in &rest arguments |
commit | commitdiff | tree | snapshot |
2012-12-17 |
David Vazquez | PUSH |
commit | commitdiff | tree | snapshot |
2012-12-17 |
David Vazquez | concat-two |
commit | commitdiff | tree | snapshot |
2012-12-17 |
David Vazquez | Define bootstrap function |
commit | commitdiff | tree | snapshot |
2012-12-17 |
David Vazquez | Move library to lispstrack.lisp |
commit | commitdiff | tree | snapshot |
2012-12-17 |
David Vazquez | DEFVAR |
commit | commitdiff | tree | snapshot |
2012-12-17 |
David Vazquez | Instance primitive functions as regular ones |
commit | commitdiff | tree | snapshot |
2012-12-17 |
David Vazquez | !reduce |
commit | commitdiff | tree | snapshot |
2012-12-17 |
David Vazquez | !reduce |
commit | commitdiff | tree | snapshot |
2012-12-17 |
David Vazquez | 1+, 1-, mapcar |
commit | commitdiff | tree | snapshot |
2012-12-17 |
David Vazquez | Funcall |
commit | commitdiff | tree | snapshot |
2012-12-16 |
David Vazquez | Null |
commit | commitdiff | tree | snapshot |
2012-12-16 |
David Vazquez | Append, reverse |
commit | commitdiff | tree | snapshot |
2012-12-16 |
David Vazquez | DEFUN macro |
commit | commitdiff | tree | snapshot |
2012-12-16 |
David Vazquez | join-trailing and *newline* |
commit | commitdiff | tree | snapshot |
2012-12-16 |
David Vazquez | Fix eval-when-compile and unify *literals* and *eval... |
commit | commitdiff | tree | snapshot |
2012-12-16 |
David Vazquez | Conditional compilation |
commit | commitdiff | tree | snapshot |
2012-12-16 |
David Vazquez | Define reader #+common-lisp and #+lispstrack to compile... |
commit | commitdiff | tree | snapshot |
2012-12-16 |
David Vazquez | Remove loops |
commit | commitdiff | tree | snapshot |
2012-12-16 |
David Vazquez | Remove all format calls |
commit | commitdiff | tree | snapshot |
2012-12-16 |
David Vazquez | New function: integer-to-string |
commit | commitdiff | tree | snapshot |
2012-12-16 |
David Vazquez | Add code-char function |
commit | commitdiff | tree | snapshot |
2012-12-16 |
David Vazquez | Remove backquote tests |
commit | commitdiff | tree | snapshot |
2012-12-16 |
David Vazquez | Integrate backquote |
commit | commitdiff | tree | snapshot |
2012-12-16 |
David Vazquez | Integrate the reader in lispstrack.lisp |
commit | commitdiff | tree | snapshot |
2012-12-16 |
David Vazquez | Include backquote without simplifications |
commit | commitdiff | tree | snapshot |
2012-12-16 |
David Vazquez | Add #' to the reader |
commit | commitdiff | tree | snapshot |
2012-12-16 |
David Vazquez | Function (#') |
commit | commitdiff | tree | snapshot |
2012-12-16 |
David Vazquez | Do not include prelude.js |
commit | commitdiff | tree | snapshot |
2012-12-16 |
David Vazquez | let as transformation |
commit | commitdiff | tree | snapshot |
2012-12-16 |
David Vazquez | Define-transformation like light compiler macros |
commit | commitdiff | tree | snapshot |
2012-12-16 |
David Vazquez | EQ primitive function |
commit | commitdiff | tree | snapshot |
2012-12-16 |
David Vazquez | Symbols |
commit | commitdiff | tree | snapshot |
2012-12-16 |
David Vazquez | Conses are working |
commit | commitdiff | tree | snapshot |
2012-12-16 |
David Vazquez | Fix literals |
commit | commitdiff | tree | snapshot |
2012-12-16 |
Raimon Grau | literals started. not working atm |
commit | commitdiff | tree | snapshot |
2012-12-16 |
Raimon Grau | removed the old-style incf |
commit | commitdiff | tree | snapshot |
2012-12-16 |
David Vazquez | Add lambda-lists with &rest support |
commit | commitdiff | tree | snapshot |
2012-12-16 |
David Vazquez | Define defmacro |
commit | commitdiff | tree | snapshot |
2012-12-15 |
David Vazquez | Add incf! |
commit | commitdiff | tree | snapshot |
2012-12-15 |
David Vazquez | Fix bug in lambda compilation |
commit | commitdiff | tree | snapshot |
2012-12-15 |
David Vazquez | Support to macroexpansion, and more |
commit | commitdiff | tree | snapshot |
2012-12-15 |
David Vazquez | Functions |
commit | commitdiff | tree | snapshot |
2012-12-15 |
David Vazquez | Support for "defvar", but without macro yet |
commit | commitdiff | tree | snapshot |
2012-12-15 |
David Vazquez | Use comment instead of docstring to make bootstrapping... |
commit | commitdiff | tree | snapshot |
2012-12-15 |
David Vazquez | Add eval-when-compile |
commit | commitdiff | tree | snapshot |
2012-12-15 |
David Vazquez | Test for lists |
commit | commitdiff | tree | snapshot |
2012-12-15 |
Raimon Grau | = and test |
commit | commitdiff | tree | snapshot |
2012-12-15 |
Raimon Grau | test |
commit | commitdiff | tree | snapshot |
2012-12-15 |
Raimon Grau | aritmetic primitives |
commit | commitdiff | tree | snapshot |
2012-12-15 |
Raimon Grau | Merge branch 'master' of ssh://bitbucket.org/rgrau... |
commit | commitdiff | tree | snapshot |
2012-12-15 |
Raimon Grau | re-added compile-test |
commit | commitdiff | tree | snapshot |
2012-12-15 |
David Vazquez | Fix ; in the last compiled expression in ls-compile... |
commit | commitdiff | tree | snapshot |
2012-12-14 |
Raimon Grau | Merge branch 'while' |
commit | commitdiff | tree | snapshot |
2012-12-14 |
Raimon Grau | while |
commit | commitdiff | tree | snapshot |
2012-12-14 |
Raimon Grau | while first approach |
commit | commitdiff | tree | snapshot |
2012-12-14 |
David Vazquez | Debug special form to write to console.log |
commit | commitdiff | tree | snapshot |
2012-12-14 |
David Vazquez | Fix bug in dot notation |
commit | commitdiff | tree | snapshot |
2012-12-14 |
David Vazquez | Ignore test.js as it is generated automatically |
commit | commitdiff | tree | snapshot |
2012-12-14 |
David Vazquez | Ignore fasls and backup files |
commit | commitdiff | tree | snapshot |
2012-12-14 |
David Vazquez | Add testing environment |
commit | commitdiff | tree | snapshot |
2012-12-14 |
David Vazquez | Remove some formats, using `join' instead. |
commit | commitdiff | tree | snapshot |
2012-12-14 |
David Vazquez | Add while loop to Common Lisp |
commit | commitdiff | tree | snapshot |
2012-12-14 |
David Vazquez | Add dot notation |
commit | commitdiff | tree | snapshot |
2012-12-14 |
David Vazquez | A (almost) simple Lisp reader |
commit | commitdiff | tree | snapshot |
2012-12-13 |
Raimon Grau | quote for integers, strings and lists. no symbols |
commit | commitdiff | tree | snapshot |
2012-12-13 |
Raimon Grau | refactored and symbol lookup |
commit | commitdiff | tree | snapshot |
2012-12-13 |
Raimon Grau | check symbols in lambdas |
commit | commitdiff | tree | snapshot |
2012-12-12 |
Raimon Grau | refactor with macro |
commit | commitdiff | tree | snapshot |
2012-12-12 |
Raimon Grau | lambda (sort of) |
commit | commitdiff | tree | snapshot |
2012-12-11 |
Raimon Grau | if |
commit | commitdiff | tree | snapshot |
2012-12-11 |
Raimon Grau | strings |
commit | commitdiff | tree | snapshot |
2012-12-11 |
Raimon Grau | step 1. integers |
commit | commitdiff | tree | snapshot |
|