Skip to content

FrontPictures/exprtk

 
 

Repository files navigation

This is a fork of https://github.com/ArashPartow/exprtk

Main goal of this fork is to speed-up compilation time of client code
Main changes are:
- Replace template classes with non-template ones. Hardcode type to double
- Move code from 1 header to multiple cpp files
- Build it as shared library
- Don't use configuration defines, fix them in their default state
- CMake build

To add this to your cmake project:

add_subdirectory(exprtk)
# ...
# And then link your targets to it:
target_link_libraries(${PROJECT_NAME} exprtk)



About

C++ Mathematical Expression Parsing And Evaluation Library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.7%
  • Other 0.3%