lo3
lo3 is an interpreted token based programming language written in C.
Hello World
#o "Hello, World!"
Progress
(-> tag: v0.3.0)
| Feature | Status |
|---|---|
| ALU Operations | ✅ |
| Control Flow | ✅ |
| Func Calling | ✅ |
| Input/STDIN | ✅ |
| Output/STDOUT | ✅ |
| Operating with vars | ✅ |
| Operating with g[] | ⚠️ %2% |
| Manually exiting with 0 or 1 | ✅ |
| Auto exiting | ✅ |
%2%: to set some value into g[] is only possible with the buildin macro system. get g[X]... from every cmd