Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 816 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 816 Bytes

exprel GoDoc

Package exprel provides a Spreadsheet-like expression evaluator.

Example expressions which exprel can evaluate:

Expression                        Return value
----------------------------------------------
Hey there                         "Hey there"
1234                              "1234"
=5+5*2                            15
="A" & " " & "B"                  "A B"
=IF(AND(NOT(FALSE());1=1);1+2;2)  3

Documentation

Documentation is provided through the package's godoc. The documentation can be viewed online at godoc.org.

License

MPL 2.0

Author

Tim Cooper ([email protected])