generates AST for "actual code" like 2 + 2 - 6.
terminates reading when on a Token that is comma, paranthesesEnd, semicolon, index/block bracket close
See Implementation
generates AST for "actual code" like 2 + 2 - 6.
terminates reading when on a Token that is comma, paranthesesEnd, semicolon, index/block bracket close