Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 868 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 868 Bytes

dynamo

Mini expression based language with four primary design goals;

  • Simple: We want non-programers to be able to write expressions
  • Small: We want a small footprint without dragging in a buch of other dependencies
  • C++ integration: We want to be easily able to call in and out of C++ with limited performance overhead of that
  • Optimizatable: Potentially, we want to bake out C++ code instead of the dynamic expressions

Documentation

Incomplete, but evolving, documentation is available here.

Build Status

GCC/Clang (Travis-CI): Build Status

MSVC (Appveyor): Build status