Queue based language
Go to file
0x4261756D 53cfd52dcd Improve rule110 2022-12-22 00:48:24 +01:00
editor Add editor syntax file 2022-12-22 00:45:59 +01:00
src Make interpret fallible, fix applications at end of file, add more checks 2022-12-22 00:47:41 +01:00
tests Improve rule110 2022-12-22 00:48:24 +01:00
.gitignore Initial commit, barebones tokenizer working 2022-11-29 02:04:01 +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