Commit Graph

21 Commits (ee59096821cbd90a623dd4d98544b7762b2ae9c8)

Author SHA1 Message Date
Ondřej Hruška ee59096821
buffer module, replacing stacks. TODO: docs, fix parsing of "numbers tuple" in mkbfv (consumed by the conditional branch parser) 4 years ago
Ondřej Hruška 1f2dbaa81d
add better string and number parsing to sexp. cleaning, more tests 4 years ago
Ondřej Hruška 034c7b991f
improve readme and example of the stdio module 4 years ago
Ondřej Hruška 9d7f3d25c8
add stdio module 4 years ago
Ondřej Hruška 562fc48151
add support for character literals using single quotes 4 years ago
Ondřej Hruška ce5bf513c0
stricter label parsing, more relaxed identifier rules 4 years ago
Ondřej Hruška 0cc0be370f
fix error in readme 4 years ago
Ondřej Hruška dbc4454244
cleaning; optimize screen_bounce.csn 4 years ago
Ondřej Hruška 2fa23dbbc3 start program without spawning thread so screen works on mac. improve mouse demo 4 years ago
Ondřej Hruška f4ced467e4 add rpush and rpop stack instructions 4 years ago
Ondřej Hruška 583ac7bcbf
mouse and key input, handle close btn, mouse demo 4 years ago
Ondřej Hruška 810ed2dddc
optimize labels, jumps 4 years ago
Ondřej Hruška b06ef50acd
surround routines by far jump across 4 years ago
Ondřej Hruška e0cc1973ba Routine arity disambiguation, slash syntax (add/2, add/3) 4 years ago
Ondřej Hruška 8d585d765b
stacks example 4 years ago
Ondřej Hruška 651ffcb888
new test 4 years ago
Ondřej Hruška 6d8d0fd51a
show unsym and undef in the aliases example 4 years ago
Ondřej Hruška e580a2b679
Add "sym" and "def" instructions, add argument naming 4 years ago
Ondřej Hruška 4be5b4e05b
generalize parsing to allow extensions to add arbitrary syntax; add 'proc' keyword to introduce a routine. 4 years ago
Ondřej Hruška d47d0f2345 add note about log level 4 years ago
Ondřej Hruška c37408c7a2 read program from file; fmt, cleanup 4 years ago