MichaelAguilar / NCalc

NCalc is a mathematical expression parser for .NET.
MIT License
38 stars 15 forks source link

Upgrade Antlr Version #4

Open MichaelAguilar opened 9 years ago

MichaelAguilar commented 9 years ago

Upgrade Antlr to latest version of Antlr 3 (or higher).

Currently I know nothing about Antlr, so this is going to take some research.

hvidgaard commented 9 years ago

You may want to look at https://github.com/pitermarx/NCalc-Edge and https://github.com/pitermarx/NCalc2 - perhaps you could team up. It seems wasteful to create 2 parallel versions of the same library.