indigo-lang
v0.1.0
Published
A small programming language that compiles to JavaScript
Downloads
3
Readme
Indigo
A small general-purpose programming language that compiles down to JavaScript and can run in Node.js or the browser.
fn main() {
println("Hello, world");
}