evalexpr icon indicating copy to clipboard operation
evalexpr copied to clipboard

Can root node be removed?

Open ISibboI opened this issue 6 years ago • 1 comments

Root node is a little bit of bloat inside expression trees. Can parsing be realized without it?

ISibboI avatar Aug 29 '19 15:08 ISibboI

It should be replaced by separate nodes for expressions and statements, meaning the chaining operators for example

ISibboI avatar Dec 22 '19 13:12 ISibboI