Skip to content

algor1th/lebl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lebl

Code

Absolute jumps are not allowed, use labels. To declare a label write $labelname. Example usage of labels: jump $labelname; All statements end with a semicolon. The code has to start at the block main. See examples

how to use

There are no command line options. Just pass the name of the source file. The "compiled" code will be printed to the command line. use

java -jar lebl.jar sourcefile > compiled to save output to a file

Download

https://github.com/algor1th/lebl/releases

About

A tool for writing AIs at sopra2018

Resources

License

Stars

Watchers

Forks

Packages

No packages published