Commit Graph

19 Commits (df8bfa91a292074c209fe1272487dede7661f631)

Author SHA1 Message Date
Ondřej Hruška 9f289cffd3
add includes 4 years ago
Ondřej Hruška 735f871ea0
Implement critical sections and timeslice setting cmd 4 years ago
Ondřej Hruška 02f73a21f4
fixes, safeguards and docs for "compile-time arithmetics" 4 years ago
Ondřej Hruška 83996348cb
Implement compile-time immediate arithmetics 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 aae9db0598
fix branch parser eating all list tokens 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 986f3be6a2
cleanup. remove conditional jumps, replaced by condition embedded in the enum 4 years ago
Ondřej Hruška e580a2b679
Add "sym" and "def" instructions, add argument naming 4 years ago
Ondřej Hruška 822e7912aa
cleanup 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 b7345144e0
refactors 4 years ago
Ondřej Hruška d5de189af6
add more sensible API for object handles, add drop instruction 4 years ago
Ondřej Hruška 79d5aa3cd5
renaming, cleanup, fmt, move "extension module" traits and structs into a separate mod 4 years ago
Ondřej Hruška 3e0aaa71e9
Convert builtin ops into a pseudo-extension 4 years ago
Ondřej Hruška 1d444fd516
cleaning 4 years ago
Ondřej Hruška 44e7cd3a8f
renames, improve module API (avoid cloning) 4 years ago
Ondřej Hruška f015104b95
re-arrange modules, add "plug-in" system so instructions can be defined in multiple crates 4 years ago
Ondřej Hruška 8f076e195a
format 4 years ago
Ondřej Hruška 8e7689df48
add explicit retval arg to all instrs (can be shortened), add Wr::discard() 4 years ago
Ondřej Hruška 5f4fd0e806
exec 4 years ago
Ondřej Hruška a867f43763
new unit test 4 years ago
Ondřej Hruška 30cd0304d2
Initial 4 years ago