Parser Streams and Locations #1
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently the parser has no facility for reading files as streams and storing location information for generated abstract syntax tree types from the macros. This would require changing from
&strtoReaderand potentially wrapping components in aLocated<Component>type to store the line and index locations.