]> git.lizzy.rs Git - nothing.git/history - src/script/interpreter.c
TODO(#322)
[nothing.git] / src / script / interpreter.c
2018-09-10 reximTODO(#322)
2018-09-10 rexim(#318) fix set_scope_value
2018-09-09 Alexey KutepovMerge pull request #319 from tsoding/gc
2018-09-09 reximDon't manage script resources manually
2018-09-09 reximIntegrate GC with expr creation
2018-09-08 Alexey KutepovMerge pull request #316 from tsoding/312
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