Queue based language
Go to file
0x4261756D ffdc54947b Improve queue runaway problems
By changing the order of "pointer" increases it is possible to check and move back the queue if it is empty before function calls and req.
With the function call change in particular it is now possible to run conway_diehard.qbl a queue of length 1024 (down from ~16384)
2023-01-04 00:45:34 +01:00
editor Remove any from syntax highlighting 2022-12-31 16:14:52 +01:00
src Improve queue runaway problems 2023-01-04 00:45:34 +01:00
tests Implement enough asm generation to compile rule110 2023-01-03 21:52:48 +01:00
.gitignore Finish enough asm generation to compile tests/while.qbl 2023-01-03 20:39:08 +01:00
Cargo.lock Initial commit, barebones tokenizer working 2022-11-29 02:04:01 +01:00
Cargo.toml Initial commit, barebones tokenizer working 2022-11-29 02:04:01 +01:00
LICENSE Small updates to celebrate turing-completeness 2022-12-22 00:08:13 +01:00
README.md Small updates to celebrate turing-completeness 2022-12-22 00:08:13 +01:00

README.md

kurz

Queue based language

Roadmap

  • turing completeness
  • compiled
    • cross-plattform
  • self-hosted