A compiled programming language i make cause languages are fun.
tests/struct.on
struct Person {
name: String
age: Int
}
fn program() {
let person = Person[name: "John", age: 12];
}
- Reference counting for garbage collection.
- Curly bracket based syntax since my friend said so.
- And very cool runtime like go has.
- Crappy reference counting.
- Curly bracket based syntax.
- Cool runtime like go.
- Neat features such as += or general assignment.
The compiler requires some binaries to be present on the system.
- clang
- rustc
Since i am loyal to my own work i decided to use my own build system Chain.
Once Chain is install this should do the trick.
chain run ./project.yml
I wanna compile some code, tell me how.
./bld/oceanc/oceanc ./tests/{test}.on