Battlestar is a programming language created in 2014 by Alexander Rødseth.
#1283on PLDB | 10Years Old |
git clone https://github.com/xyproto/battlestar
:dizzy: A different take on Assembly, with the goal of creating tiny executables.
const message = "Hello, world!\n"
fun main
syscall(1, 1, message, len(message))
end
#!/usr/bin/bts
const hello = "Hello World\n"
print(hello)
Feature | Supported | Example | Token |
---|---|---|---|
Print() Debugging | ✓ |