Language Specification: https://vegowotenks.de/blog/programming-challenges/LoopWhile/
- compile it
- run it with
spbli.exe path\to\your\loop\file.loop <param1> <param2> ...
- parameters are given in the order defined in the file
- Jit currently fails if there is a too large loop
- the interpreter mode can be used with
spbli.exe path\to\your\loop\file.loop -i <param1> <param2> ...
- fix jit problem
- optimize common patterns (like adding two numbers)
- highlight wrong tokens in error display
- use time unit according to actual needed time
- ARM support
- linux support