2024-06-19
|
add lines_find_idx, use SIZE_MAX for notfound sentinel
|
Alan Dipert
|
master
|
2024-04-29
|
improve makefile, leverage auto deps
|
Alan Dipert
|
2024-04-28
|
cleanup, format
|
Alan Dipert
|
2024-04-28
|
deterministic makefile
|
Alan Dipert
|
2024-04-27
|
add run command
|
Alan Dipert
|
2024-04-26
|
allow negative numbers
|
Alan Dipert
|
2024-04-20
|
use gc for tokens
|
Alan Dipert
|
2024-04-19
|
Add types.{h,c}
|
Alan Dipert
|
2024-04-14
|
towards eval
|
Alan Dipert
|
2024-04-14
|
use GC_malloc for ast nodes
|
Alan Dipert
|
2024-04-13
|
add lines_insert
|
Alan Dipert
|
2024-03-29
|
Finally use vector successfully
|
Alan Dipert
|
2024-01-22
|
add vec, modify for GC
|
Alan Dipert
|
2024-01-20
|
floating point linums and license
|
Alan Dipert
|
2024-01-20
|
more to README
|
Alan Dipert
|
2024-01-20
|
Add README
|
Alan Dipert
|
2024-01-20
|
Numbers an linums are now both double
|
Alan Dipert
|
2024-01-19
|
Add .clang-format to prevent header sorting, which breaks...
|
Alan Dipert
|
2024-01-13
|
fix gcc warnings in termux
|
Alan Dipert
|
2024-01-09
|
clang-format
|
Alan Dipert
|
2024-01-09
|
handle empty lines better, add make format
|
Alan Dipert
|
2024-01-09
|
add -lhistory to make Ctrl-r work
|
Alan Dipert
|
2024-01-09
|
use readline
|
Alan Dipert
|
2024-01-09
|
even *moar* emoji
|
Alan Dipert
|
2024-01-09
|
moar emoji
|
Alan Dipert
|
2024-01-09
|
buckaroo -> unicorn sparkle
|
Alan Dipert
|
2024-01-09
|
move reading lines from main to parse
|
Alan Dipert
|
2024-01-09
|
ast.{c,h} -> parse.{c,h}
|
Alan Dipert
|
2024-01-09
|
make push
|
Alan Dipert
|
2024-01-08
|
parse from strings in addition to stdin, to facilitate te...
|
Alan Dipert
|
2024-01-07
|
rm extra parens
|
Alan Dipert
|
2024-01-07
|
factor read_loop() out of main()
|
Alan Dipert
|
2024-01-07
|
format
|
Alan Dipert
|
2024-01-07
|
improve ast memory model, add more nodes
|
Alan Dipert
|
2024-01-07
|
ignore emacs swp files
|
Alan Dipert
|
2024-01-06
|
Added ast_last_line in line constructor
|
Alan Dipert
|
2024-01-05
|
add < <= > >= ==
|
Alan Dipert
|
2024-01-05
|
use node0 for sval
|
Alan Dipert
|
2024-01-05
|
AST construction starting with strings
|
Alan Dipert
|
2024-01-05
|
gitignore
|
Alan Dipert
|
2024-01-05
|
add STRING
|
Alan Dipert
|
2024-01-05
|
Improve yacc parse error string
|
Alan Dipert
|
2024-01-05
|
Disable -Wall warnings for unused flex functions
|
Alan Dipert
|
2023-11-26
|
init
|
Alan Dipert
|