Closed jbrezmorf closed 3 years ago
finish Array class to represent array structure of the scalar expressions
[x] basic spirit grammar
[x] AST
[x] conversion of AST to processor
[x] chained relational operators
[x] grammar rules for: indexing, variadic functions, composing, mat mult
[x] translate variadic functions and mat mult to array operations
[x] speed tests
[ ] safe ScalarNode
[x] default workspace for variables
[x] CMake
[x] update Readme
Mostly dome, safe ScalarNod not necessary as long as it is an internal code.
finish Array class to represent array structure of the scalar expressions
[x] basic spirit grammar
[x] AST
[x] conversion of AST to processor
[x] chained relational operators
[x] grammar rules for: indexing, variadic functions, composing, mat mult
[x] translate variadic functions and mat mult to array operations
[x] speed tests
[ ] safe ScalarNode
[x] default workspace for variables
[x] CMake
[x] update Readme