This repository has been archived on 2025-04-07. You can view files and clone it, but cannot push or open issues or pull requests.
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
2023-01-04 00:45:34 +01:00

kurz

Queue based language

Roadmap

  • turing completeness
  • compiled
    • cross-plattform
  • self-hosted
Description
Queue based language
Readme MIT 115 KiB
Languages
Rust 100%