Skip to content

SpaceBroetchen/spbli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpaceBroetchens LOOP interpreter

Language Specification: https://vegowotenks.de/blog/programming-challenges/LoopWhile/

Usage

  • compile it
  • run it with spbli.exe path\to\your\loop\file.loop <param1> <param2> ...

Notes:

  • 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> ...

TODO: (maybe)

  • 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

Not tested yet:

  • linux support

About

Loop Interpreter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages