PARSE instruction implementation #3

Open
opened 2025-07-22 11:34:18 -07:00 by affine · 0 comments
Owner

The parse instruction should be implemented as a TRAP, with logic stored in the Mycelium (scheme) package.

A argument (string) is received and both lex() and parse() are called. If an error is produced during this process it is then stored in the error register and execution is stopped. Otherwise, the resulting AST is returned (set in expr).

The parse instruction should be implemented as a TRAP, with logic stored in the Mycelium (scheme) package. A argument (string) is received and both lex() and parse() are called. If an error is produced during this process it is then stored in the error register and execution is stopped. Otherwise, the resulting AST is returned (set in expr).
affine added this to the HyphaeVM Roadmap project 2025-07-22 11:34:18 -07:00
affine modified the project from HyphaeVM Roadmap to Scheme Roadmap 2025-07-25 10:44:17 -07:00
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
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: affine/Mycelium#3
No description provided.