Multiline expressions #12
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
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.