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

GoldieLib Sample Apps

The following sample apps are included with Goldie (including precompiled binaries for Windows and Linux x86):

  • Calculator Static - A simple command-line arithmetic calculator utilizing a calculator grammar. Demonstrates how to use Goldie's static-style.
  • Calculator Dynamic - Like Calculator Static, but demonstrates how to use Goldie's dynamic-style.
  • Sample Generic Parse - Parse any source file according to any grammar (in CGT form) and view basic information.