mirror of
https://github.com/samsonjs/elisp.js.git
synced 2026-03-25 09:15:49 +00:00
removed if special form, just implemented
This commit is contained in:
parent
77f1a9eb93
commit
ecce2ceeea
1 changed files with 2 additions and 1 deletions
3
TODO
3
TODO
|
|
@ -5,7 +5,7 @@ TODO
|
|||
|
||||
* relational operators: < > <= >= = not
|
||||
|
||||
* special forms: lambda, if, cond, and, or, let, let*, letf, letf*
|
||||
* special forms: lambda, cond, and, or, let, let*, letf, letf*
|
||||
|
||||
* successfully interpret ~/config/emacs one sexp at a time
|
||||
|
||||
|
|
@ -22,3 +22,4 @@ TODO
|
|||
* merge with Ymacs? (probably not going to happen, would have to
|
||||
steal what we can from them)
|
||||
|
||||
* too many things to list at this point ... small steps
|
||||
Loading…
Reference in a new issue