Skip to content

Latest commit

 

History

History

arithmetic

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Arithmetic Grammar

A simple ANTLR4 grammar for arithmetic.

This grammar supports the basic addition, subtraction, multiplication, division and exponent operations. Floating point numbers using scientific notation are supported as well as variable names consisting of letters.