]> git.lizzy.rs Git - nothing.git/history - src/script/interpreter.c
TODO(#317)
[nothing.git] / src / script / interpreter.c
2018-09-08 reximTODO(#317)
2018-09-08 rexim(#312) Simply set_scope_value implementation
2018-09-02 Alexey KutepovMerge pull request #313 from tsoding/311
2018-09-02 reximTODO(#314)
2018-09-02 rexim(#311) make result of eval independent from its input
2018-09-02 rexim(#311) Add lisp repl executable
2018-09-02 rexim(#311) Implement eval_atom
2018-09-02 rexim(#311) Implement plus_op
2018-09-02 rexim(#311) Implement eval_args
2018-09-02 rexim(#311) implement eval_funcall
2018-09-02 rexim(#311) implement eval
2018-09-02 Alexey KutepovMerge pull request #309 from tsoding/285
2018-09-02 reximTODO(#311)
2018-09-02 rexim(#285) Fix failing tests
2018-09-02 rexim(#285) Implement scope
2018-09-01 rexim(#285) Introduce equals operation