soniah / evaler

Implements a simple floating point arithmetic expression evaluator in Go (golang).
BSD 3-Clause "New" or "Revised" License
51 stars 17 forks source link

Added == and != operators to the library. #7

Closed bocajim closed 6 years ago

bocajim commented 8 years ago

Hello,

I added a couple comparison operators to your library, if you would like to pull the changes in, feel free.

Thanks, Jim

soniah commented 6 years ago

This code has been pulled in - thanks!