mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-06-09 22:54:03 +09:00
14 lines
107 B
Plaintext
14 lines
107 B
Plaintext
Nuke comments:
|
|
|
|
/\*[ -~\n]+?\*/|//[^\n]*
|
|
|
|
then do:
|
|
|
|
\n *\n+
|
|
|
|
replace into
|
|
|
|
\n
|
|
|
|
until there's no match left
|