lo3
lo3 is an interpreted token based programming language written in C.
Quick Start
lo3 yourfile.lo3
Hello World
#n _msg $3
#= _msg _Hello
#o %msg $0
Features
| Feature | Status |
|---|---|
| ALU Operations | ✅ |
| Control Flow | ❌ |
| Input/STDIN | ✅ |
| Output/STDOUT | ✅ |
| Variables | ✅ |
| g[] | ❌ |