Files
centvrion/README.md
2026-04-25 20:33:03 +02:00

22 lines
553 B
Markdown

# 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.