Ondřej Hruška
|
9254635fd7
|
add examples; do not hard-shutdown when screen is closed - destructors did not run!
|
4 years ago |
Ondřej Hruška
|
c28fee88fe
|
use 'spin_sleep' for more accurate execution rate, add "s", "m", "u" suffix support to the -C argument
|
4 years ago |
Ondřej Hruška
|
f2073fe7f4
|
improve the rev example
|
4 years ago |
Ondřej Hruška
|
acc36b1959
|
document the eof, empty and full flags
|
4 years ago |
Ondřej Hruška
|
4d921cbec0
|
update docs about stdin renaming to cin
|
4 years ago |
Ondřej Hruška
|
ace92a6411
|
rewrite the stdio module to be less broken. also add sehbang support
|
4 years ago |
Ondřej Hruška
|
982ba27ed3
|
cleanup, auto deref Wd, Wr, RdObj
|
4 years ago |
Ondřej Hruška
|
7a3cb539e1
|
add new rdwr access type to guard against illegal writes that can be caught at compile time
|
4 years ago |
Ondřej Hruška
|
8ea60f52eb
|
remove unused "mask" code
|
4 years ago |
Ondřej Hruška
|
3a8895b790
|
add rcmp instr, add rot13 example
|
4 years ago |
Ondřej Hruška
|
e48d734615
|
readme add codeblock annotations
|
4 years ago |
Ondřej Hruška
|
4677625d51
|
readme fix
|
4 years ago |
Ondřej Hruška
|
06b449004d
|
document the swap instr
|
4 years ago |
Ondřej Hruška
|
d5821e3552
|
add "swap" instr, document buffer ops
|
4 years ago |
Ondřej Hruška
|
aae9db0598
|
fix branch parser eating all list tokens
|
4 years ago |
Ondřej Hruška
|
9aee9ca143
|
add reverse example
|
4 years ago |
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
|
548addc78c
|
add a line about contributing
|
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
|
e3fe3c6d72
|
performance improvements
|
4 years ago |
Ondřej Hruška
|
a3eae0a8a9
|
add extension hook to pre-define constants
|
4 years ago |
Ondřej Hruška
|
4115e07ee6
|
@reg and @value reading and writing is now possible
|
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
|
5686ad7bd3
|
add script to test that all examples compile
|
4 years ago |
Ondřej Hruška
|
6b685dcaa3
|
add docs for the screen module
|
4 years ago |
Ondřej Hruška
|
003a214e06
|
update docs
|
4 years ago |
Ondřej Hruška
|
017ec53b14
|
Merge branch 'spanned-sexp' into master
|
4 years ago |
Ondřej Hruška
|
dbc4454244
|
cleaning; optimize screen_bounce.csn
|
4 years ago |
Ondřej Hruška
|
214d673643
|
remove junk, better explain whats going on with spanned_sexp
|
4 years ago |
Ondřej Hruška
|
33ec1461e4
|
remove unnecessary cloning of SourcePosition, reduce SourcePosition size. clean, format
|
4 years ago |
Ondřej Hruška
|
91573140a4
|
all errors now contain source location
|
4 years ago |
Ondřej Hruška
|
d4534c9c66
|
sexp: add span info to Sexps
|
4 years ago |
Ondřej Hruška
|
0fd1c9980b
|
sexp: move error defs to a module
|
4 years ago |
Ondřej Hruška
|
6dfe22152c
|
sexp: replace logging with log crate trace macro
|
4 years ago |
Ondřej Hruška
|
7272eecc48
|
sexp automated format & cleanup
|
4 years ago |
Ondřej Hruška
|
3cb445a31c
|
sexp: tests to submodule
|
4 years ago |
Ondřej Hruška
|
a2dada519d
|
sexp: replace try! with ?
|
4 years ago |
Ondřej Hruška
|
250f0f22c0
|
cargo fix
|
4 years ago |
Ondřej Hruška
|
85911c8e99
|
add sexp into source tree
|
4 years ago |
Ondřej Hruška
|
f404445003
|
deny direct access to symmed register - prevents bugs
|
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
|
7ce51c0cc6
|
check close condition on poll
|
4 years ago |
Ondřej Hruška
|
583ac7bcbf
|
mouse and key input, handle close btn, mouse demo
|
4 years ago |
Ondřej Hruška
|
6eef2b7ae3
|
cleaning
|
4 years ago |
Ondřej Hruška
|
fe8bf87e6d
|
add round-trip tests for built-in instructions
|
4 years ago |