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