This document provides an overview of command line options available in the Ring programming language. Some key options include:
- -tokens, which prints a list of tokens in the source code file.
- -rules, which prints grammar rules applied to the tokens.
- -ic and -icfinal, which print the intermediate and final bytecode before and after execution.
- -cgi, which prints HTTP response headers before error messages.
- -norun, which compiles but does not run the program.
- -ins, which prints instruction operation codes before execution.
- -performance, which prints clock times before and after program execution.
- -go, which generates an object file.