Open ScottFreeCode opened 3 years ago
The --functor CLI option adds position information to the generated AST. It seems to do so except for tokens.
--functor
token
The language position token makes tokens include position info.
position token
Is there a reason to keep these separate? If so, when would I prefer the token's position info and when would I avoid it?
The
--functor
CLI option adds position information to the generated AST. It seems to do so except fortoken
s.The language
position token
makes tokens include position info.Is there a reason to keep these separate? If so, when would I prefer the token's position info and when would I avoid it?