-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Frederik Tobner edited this page Dec 24, 2022
·
8 revisions
Welcome to the Cellox wiki! If you are trying to learn more about the cellox language, you have come to the right place.
| Option | Description |
|---|---|
| -c, --compile | Converts the specified file to bytecode and stores the result as a seperate file |
| -h, --help | Display the help and exit |
| -v, --version | Shows the version of the installed interpreter and exit |
| Code | Description |
|---|---|
| 0 | OK |
| 64 | command line usage error |
| 65 | compilation error |
| 70 | Error at runtime |
| 71 | System error |
| 74 | I/O Error |