Skip to content

Latest commit

 

History

History
 
 

calculator

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Calculator Grammar

Summary

A simple ANTLR4 calculator grammar based on the khubla.com arithmetic grammar. Calculator expands on arithmetic by adding functions, such as sin() and ln()

The calculator example is intended of an example of how to parse geometric and algebraic expressions with ANTLR