Closed jbrezmorf closed 4 years ago
[x] vector and tensor composition and indexing
[x] if then else expression, var = <true_expr> if <condition> else <false_expr>
var = <true_expr> if <condition> else <false_expr>
[ ] Parser copy constructor ??
[x] remove printout (call print_in_dot) in Parser::compile
Parser copy constructor not necessary. Wonůt implement this due to possible problems with processor copies.
[x] vector and tensor composition and indexing
[x] if then else expression,
var = <true_expr> if <condition> else <false_expr>
[ ] Parser copy constructor ??
[x] remove printout (call print_in_dot) in Parser::compile