You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add subscript operator to Expression to access sub-expressions by name (
#60)
* Add another subscript operator to expression to access sub-expressions by name.
* explicitly include optional for windows.
* clang-format run.
* Add test for subscript operators.
* Forgot the clang-format run again ...
* Simplify subscript test
Namespace rename and string_view bounds check (#54)
* rename grammar namespace from 'presets' to 'grammar'
* return 0 character on end of string
* enable windows workflow
* apply clang-format
* bump version in CMake