phoenix-lang 1.5.3

A simple, fast programming language
Documentation
1
2
3
4
5
use phoenix_lang::run;

fn main() {
    run::main();
}