Multiline expressions #12

Closed
opened 2025-01-02 18:35:16 +00:00 by James · 2 comments
Owner

It looks like it will be pretty trivial to update the lexer to allow for multiline expressions. As I start experimenting with more complex functions, the readability gains will be worth the effort.

It looks like it will be pretty trivial to update the lexer to allow for multiline expressions. As I start experimenting with more complex functions, the readability gains will be worth the effort.
James self-assigned this 2025-01-02 18:35:16 +00:00
Author
Owner

The lexer already supports everything it needs to. I need to update parsing and the eval helpers that call parsing instead to bring this functionality in.

The lexer already supports everything it needs to. I need to update parsing and the eval helpers that call parsing instead to bring this functionality in.
Author
Owner

Completed in 35163a5d54

Completed in 35163a5d54
James closed this issue 2025-01-21 01:21:10 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees James
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: James/tricu#12
No description provided.