parrotcode: A basic calculator. | |
Contents | Language Implementations | abc |
abc.pir - A basic calculator.
This is the base file for the basic calculator.
This file includes the parsing and grammar rules from the src/ directory, loads the relevant PGE libraries, and registers the compiler under the name 'abc'.
PCT::HLLCompiler
object.args
to the abc compiler.Patrick R. Michaud <pmichaud@pobox.com>
|