Skip to content
Discussion options

You must be logged in to vote

Currently the parsing direction (from string to something) for string append patterns doesn't compile to anything. They are marked internally as non-executable and if you try to call them from any function reachable from the instruction semantics you'll get an error.

In general they can't easily be compiled into straightforward C, as one needs some kind of backtracking parser to handle the nested cases. If we're to compile them we would essentially be creating our own parser generator.

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@challenger1024
Comment options

Comment options

You must be logged in to vote
2 replies
@Timmmm
Comment options

@Alasdair
Comment options

Answer selected by Timmmm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants