You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem is the simple parsing code is structured around processing one line at a time. It would need to maintain state between lines and get more complicated.
Agreed it would be slightly more complicated. But the state is a simple one - either you are in a comment or you are not. It would be perfectly fine to force a quite if the user started to nest comments or anything vaguely complicated.
I think it's worth it - this would really make a difference when writing assembly instructions.
That is allow
/*! ... */
comments, socould be used as well as
This would make editing documentation much easier.
The text was updated successfully, but these errors were encountered: