![]() |
Code Examples
A repository of 155 code examples for BeepBeep
|
Create your own domain-specific query languages using BeepBeep's interpreter. More...
Classes | |
class | ArithmeticBuilder |
Use a GrammarObjectBuilder to parse and evaluate a string in Polish notation. More... | |
class | ArithmeticBuilderIncorrect |
Shows what happens when a GrammarObjectBuilder incorrectly manipulates its object stack. More... | |
class | ArithmeticBuilderPop |
Use a GrammarObjectBuilder to parse and evaluate a string in Polish notation. More... | |
class | Calculator |
Use the ArithmeticBuilder as an interactive calculator. More... | |
class | ComplexProcessorBuilder |
class | ParserExample |
Use the Bullwinkle parser to parse simple arithmetic expressions. More... | |
class | SimpleProcessorBuilder |
Create your own domain-specific query languages using BeepBeep's interpreter.