# About `CENTVRION` is the programming language for the modern roman. ## Hello World ![Hello World](snippets/hello_world.png) ## Running ```bash ./cent -i FILE.cent # interpret a .cent file ./cent -c FILE.cent # compile (not yet implemented) ``` Dependencies: `rply`, `docopt`. Install via `pip install rply docopt`. ## Documentation - [`DOCS.md`](DOCS.md) — full language reference: syntax, data types, built-ins, modules. - [`language/main.pdf`](language/main.pdf) — formal grammar. - [`examples/`](examples/) — example programs.