Parsing System (v0.9)
Goldie Home (v0.9) -> GoldieLib Sample Apps -> Calculator Dynamic

Calculator Dynamic

A 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.