Code Examples
A repository of 155 code examples for BeepBeep
dsl.ArithmeticBuilder Class Reference

Use a GrammarObjectBuilder to parse and evaluate a string in Polish notation. More...

Public Member Functions

void handleNum (ArrayDeque< Object > stack)
 
void handleAdd (ArrayDeque< Object > stack)
 
void handleSbt (ArrayDeque< Object > stack)
 

Static Public Member Functions

static void main (String[] args) throws BuildException
 

Detailed Description

Use a GrammarObjectBuilder to parse and evaluate a string in Polish notation.

Author
Sylvain Hallé Medium

Definition at line 36 of file ArithmeticBuilder.java.


The documentation for this class was generated from the following file: