Hacker News new | ask | show | jobs
by lolinder 1259 days ago
What makes C-style comments unnestable?
2 comments

/**/ could potentially be nestable, they are just not defined as such.
They are defined to be non-nestable. Any appearance of */ terminates the comment.