Commit Graph

3 Commits

Author SHA1 Message Date
Barry Downes
9c505aa38c Convert indentation from tabs to spaces, to match the codebase. 2023-08-06 10:41:08 +10:00
Barry Downes
ed253b31df Replace comfy.parse-based comment parsers with re.sub.
Less code is better, right?
But we lost the ability to report errors for unterminated C block comments.
Current differences from the js version:
We consume unterminated C block comments.
2023-08-06 09:39:45 +10:00
Barry Downes
57ae0987db Move comment support out of comfy.choices and into comfy.comments module. 2023-08-05 17:09:33 +10:00