Parser Streams and Locations #1

Open
opened 2026-06-14 22:43:55 +00:00 by paladin · 0 comments
Owner

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.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: PSx/Pool#1