% 0C(1) % olang mantainers % Feb 2024 # NAME 0c - zero language compiler # SYNOPSIS **0c** source_file [**----dump-tokens**] [**--o** output_file [**----save-temps**]] # DESCRIPTION **0c** is the offical compiler for zero language, it is also a tool that contains utilities to help the language development. # GENERAL OPTIONS **----dump-tokens** : Display lexical tokens given a soruce.0 code. **--o ** : Compile program into a binary file **----save-temps** : Keep temp files used to compile program