Parsing System (v0.8)
|
Calculator DynamicA simple arithmetic calculator utilizing a calculator grammar. Demonstrates how to use Goldie's dynamic-style. This is just like Calculator Static, but instead of using the static-style generated by the StaticLang tool, it loads the language's .cgt at runtime and uses Goldie's dynamic-style. Calculator Dynamic Source Code Sample run:See the sample run for Calculator Static. |