]> git.lizzy.rs Git - nothing.git/shortlog
nothing.git
2018-09-09 reximInspect GC in repl
2018-09-09 reximDon't manage script resources manually
2018-09-09 reximUse gc in repl
2018-09-09 reximDestroy exprs on destroy_gc
2018-09-09 reximIntegrate GC with expr creation
2018-09-09 reximImplement gc_find_expr
2018-09-09 reximImplement gc_traverse_expr
2018-09-09 reximImplement gc_collect
2018-09-09 reximImplement gc_add_expr
2018-09-09 reximImplement create_gc/destroy_gc
2018-09-09 reximAdd script/gc module
2018-09-08 Alexey KutepovMerge pull request #316 from tsoding/312
2018-09-08 reximTODO(#318)
2018-09-08 reximTODO(#317)
2018-09-08 rexim(#312) Simply set_scope_value implementation
2018-09-08 rexim(#312) implement find_frame_with_name
2018-09-08 rexim(#312) push_to_nil_test is failing
2018-09-08 rexim(#312) Implement push operation
2018-09-08 rexim(#312) implement set_scope_value
2018-09-08 Alexey KutepovMerge pull request #315 from tsoding/310
2018-09-08 rexim(#310) reimplement assoc in an iterative style
2018-09-02 Alexey KutepovMerge pull request #313 from tsoding/311
2018-09-02 reximTODO(#314)
2018-09-02 rexim(#311) clean up memory in rep
2018-09-02 rexim(#311) make result of eval independent from its input
2018-09-02 rexim(#311) introduce symbol_p
2018-09-02 reximImplement clone_atom
2018-09-02 rexim(#311) Implement clone_expr
2018-09-02 rexim(#311) Add lisp repl executable
2018-09-02 rexim(#311) Fix nil_p implementation
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(#312)
2018-09-02 reximTODO(#311)
2018-09-02 reximTODO(#310)
2018-09-02 rexim(#285) Fix failing tests
2018-09-02 rexim(#285) Implement scope
2018-09-01 rexim(#285) Introduce equals operation
2018-08-28 Alexey KutepovMerge pull request #306 from tsoding/303
2018-08-28 reximTODO(#308)
2018-08-28 reximTODO(#307)
2018-08-28 rexim(#303) Implement read_expr_from_file
2018-08-28 rexim(#303) read_expr_from_stream -> read_expr_from_file
2018-08-28 rexim(#303) Introduce string and stream readers
2018-08-27 Alexey KutepovMerge pull request #305 from tsoding/test-refine
2018-08-27 reximDocument how to run unit tests
2018-08-27 reximRemove script_test
2018-08-27 Alexey KutepovMerge pull request #304 from tsoding/148
2018-08-27 rexim(#148) fix test path
2018-08-27 rexim(#148) Introduce simple homemade unit testing framework
2018-08-26 reximTTY color support is outside of the scope of this project
2018-08-26 reximRemove dead code
2018-08-26 Alexey KutepovMerge pull request #302 from tsoding/301
2018-08-26 rexim(#301) Make parser support lists
2018-08-26 reximTODO(#301)
2018-08-26 Alexey KutepovMerge pull request #300 from tsoding/299
2018-08-26 rexim(#299) Internalize token()
2018-08-26 rexim(#299) Simplify parser with tokenizer
2018-08-26 rexim(#299) create_expr_from_str -> parse_expr
2018-08-26 rexim(#299) Introduce tokenizer
2018-08-25 Alexey KutepovMerge pull request #298 from tsoding/296
2018-08-25 rexim(#296) Make print_cons_as_sexpr support lists
2018-08-25 Alexey KutepovMerge pull request #295 from tsoding/289
2018-08-25 reximTODO(#297)
2018-08-25 reximTODO(#296)
2018-08-25 rexim(#289) Implement symbol parsing
2018-08-25 Alexey KutepovMerge pull request #290 from tsoding/288
2018-08-25 reximTODO(#294)
2018-08-25 reximTODO(#293)
2018-08-25 reximTODO(#292)
2018-08-25 reximTODO(#291)
2018-08-25 rexim(#288) Introduce ParseError
2018-08-25 rexim(#288) Try to initialize anonymous struct
2018-08-25 rexim(#288) Implement string parsing
2018-08-25 rexim(#288) fix project build
2018-08-25 rexim(#288) split create_atom
2018-08-25 rexim(#288) implement print_parse_error
2018-08-25 rexim(#288) Extend ParseResult with error_cursor
2018-08-25 rexim(#288) TODO: create_expr_from_str doesn't no support...
2018-08-19 Alexey KutepovMerge pull request #287 from tsoding/283
2018-08-19 reximTODO(#289)
2018-08-19 reximTODO(#288)
2018-08-19 rexim(#283) More interesting test case
2018-08-19 rexim(#283) Implement number parsing
2018-08-19 rexim(#283) Extract parser related stuff to a separate trans...
2018-08-19 rexim(#283) start parser implementation
2018-08-19 Alexey KutepovMerge pull request #286 from tsoding/284
2018-08-19 rexim(#284) Implement print_expr_as_sexpr
2018-08-18 Alexey KutepovMerge pull request #282 from tsoding/280
2018-08-18 reximTODO(#285)
2018-08-18 reximTODO(#284)
2018-08-18 reximTODO(#283)
2018-08-18 rexim(#280) lay down the unfinished work
2018-08-18 rexim(#280) Introduce AST of scripting language
2018-08-18 Alexey KutepovMerge pull request #281 from tsoding/posix-friendly...
2018-08-18 reximfind -type f -exec sed -i "s/\b\(\w\)\(\w*\)_t\b/\U...
next