Age | Commit message (Expand) | Author | Files | Lines |
2010-04-09 | change remaining %nil -> #nil | Andy Wingo | 1 | -1/+1 |
2009-08-26 | Parser for elisp and use it as reader. | Daniel Kraft | 1 | -1/+1 |
2009-07-31 | Compiler option to always bind certain symbols lexically. | Daniel Kraft | 1 | -2/+10 |
2009-07-30 | without-void-checks as new extension for fine-control | Daniel Kraft | 1 | -0/+10 |
2009-07-29 | funcall, apply and eval built-ins. | Daniel Kraft | 1 | -1/+2 |
2009-07-29 | Added guile-primitive construct for references to primitives from Elisp. | Daniel Kraft | 1 | -7/+8 |
2009-07-29 | Implemented lexical-let and lexical-let* for elisp. | Daniel Kraft | 1 | -2/+54 |
2009-07-24 | Compiler option to disable void-checks in elisp. | Daniel Kraft | 1 | -1/+5 |
2009-07-24 | Don't pass the bindings-data all around in compile-tree-il, but use fluids fo... | Daniel Kraft | 1 | -1/+0 |
2009-07-24 | Implemented the flet and flet* extensions. | Daniel Kraft | 1 | -1/+3 |
2009-07-23 | Implemented dynamic symbol access built-ins (set, fset, symbol-value, makunbo... | Daniel Kraft | 1 | -2/+2 |
2009-07-22 | Added guile-ref extension construct, change throw implementation to easier on... | Daniel Kraft | 1 | -2/+4 |
2009-07-22 | Implemented catch and throw in elisp. | Daniel Kraft | 1 | -2/+3 |
2009-07-21 | Don't ensure fluids all over the place but scan for variables needed and ensu... | Daniel Kraft | 1 | -4/+1 |
2009-07-20 | Implemented prog1, prog2, dotimes, dolist control structures. | Daniel Kraft | 1 | -4/+9 |
2009-07-18 | Implemented unless, when and dotimes using built-in macros. | Daniel Kraft | 1 | -5/+4 |
2009-07-18 | Implemented real quotation (added support for backquotation). | Daniel Kraft | 1 | -1/+1 |
2009-07-16 | Implemented macros in elisp compiler. | Daniel Kraft | 1 | -1/+3 |
2009-07-16 | Extended test-suite to cover already implemented built-ins and fixed errors f... | Daniel Kraft | 1 | -0/+1 |
2009-07-15 | Test-suite for elisp compiler so far, excluding the built-ins. | Daniel Kraft | 1 | -1/+1 |
2009-07-15 | Removed wrong not in zerop built-in. | Daniel Kraft | 1 | -0/+2 |
2009-07-14 | Implemented defconst, defvar, defun special forms for elisp. | Daniel Kraft | 1 | -4/+4 |
2009-07-13 | Some bug fixes on the way and mainly implemented some built-ins (arithmetic). | Daniel Kraft | 1 | -1/+2 |
2009-07-13 | Automatically create fluids when necessary. | Daniel Kraft | 1 | -3/+1 |
2009-07-13 | Fixed lambda expressions and implemented function calls using the basic list ... | Daniel Kraft | 1 | -2/+2 |
2009-07-13 | Lambda expressions in elisp, but not yet function calls. | Daniel Kraft | 1 | -1/+2 |
2009-07-07 | Implemented let and let* in elisp. | Daniel Kraft | 1 | -1/+3 |
2009-07-07 | Implemented while construct in elisp. | Daniel Kraft | 1 | -1/+2 |
2009-07-03 | Implemented fluid-based variable references and setting using setq. | Daniel Kraft | 1 | -2/+6 |
2009-07-02 | Implemented elisp's or form. | Daniel Kraft | 1 | -1/+0 |
2009-06-09 | First code for elisp compilation, handling a very limited set of operations (... | Daniel Kraft | 1 | -0/+23 |