Parse semicolons inside BEGIN/END block without ending statement #10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "upstream-main"
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?
Right now, semicolons indicate the end of statement. If there is a BEGIN/END block with a semicolon, the outer statement is prematurely ended inside of the block.
I don't think this is a very promising way to solve this—it doesn't produce a meaningful syntactic structure for the content of the begin/end block, doesn't handle indentation, and doesn't cover similar constructs like
ifandloop. What kind of construct are you using thebegin/endnotation in?Closing since this varies so much between dialects
Pull request closed