Dennis Hackethal’s Blog
My blog about philosophy, coding, and anything else that interests me.
Tweet
This mirrored tweet of mine may be formatted slightly differently than on Twitter.
This is an older tweet. I don’t necessarily endorse it anymore.
Dennis Hackethal
What are good delimiters for code blocks in compiler design? Other than the already overused {...}, [...], and (...).
I'm thinking maybe <...>. Like in this fn declaration:
fn(a b <
... code here
)
Problem: conflicts with less than/greater than operators.
What people are saying
Below comments were posted on this blog, not on Twitter.