Allow setting REPL output format #19

Closed
opened 2025-02-07 18:49:11 +00:00 by James · 1 comment
Owner

We already support multiple output formats for the evaluator. It should be straightforward to extend each of these forms to the REPL. This will replace the !decode REPL command with a single-step interactive prompt to change between:

  • Literal decoding
  • t source code
  • Explicit Fork/Stem/Leaf output
  • Tricu Fork/Stem/Leaf AST
  • Ternary (2,1,0)
  • ASCII (not very useful but we might as well support it)
We already support multiple output formats for the evaluator. It should be straightforward to extend each of these forms to the REPL. This will replace the !decode REPL command with a single-step interactive prompt to change between: - Literal decoding - `t` source code - Explicit Fork/Stem/Leaf output - Tricu Fork/Stem/Leaf AST - Ternary (2,1,0) - ASCII (not very useful but we might as well support it)
James added the
enhancement
label 2025-02-07 18:49:28 +00:00
Author
Owner

Resolved in e6e18239a7

Resolved in e6e18239a7
James closed this issue 2025-02-07 21:25:30 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: James/tricu#19
No description provided.