Open malteseduck opened 11 years ago
Update the lexer so that it recognizes the construct "(: TODO" as the beginning of a special "todo" comment (vs. the normal comment).
Should we allow multi-line? Might be easy if the whitespace is all consumed after the "(:" token? Maybe just start with the simple case?
Update the lexer so that it recognizes the construct "(: TODO" as the beginning of a special "todo" comment (vs. the normal comment).