Parser Streams and Locations #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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.I believe this was solved in commit #
a894fc6689. Error messages and pieces in registers will still need to be touched upon.