22 lines
553 B
Markdown
22 lines
553 B
Markdown
# About
|
|
`CENTVRION` is the programming language for the modern roman.
|
|
|
|
## Hello World
|
|
|
|

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