Parser Streams and Locations #1

Closed
opened 2026-06-14 22:43:55 +00:00 by paladin · 1 comment

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 &str to Reader and potentially wrapping components in a Located<Component> type to store the line and index locations.

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 `&str` to `Reader` and potentially wrapping components in a `Located<Component>` type to store the line and index locations.
Owner

I believe this was solved in commit #a894fc6689. Error messages and pieces in registers will still need to be touched upon.

I believe this was solved in commit #a894fc6689. Error messages and pieces in registers will still need to be touched upon.
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: PSx/Pool#1
No description provided.