mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-03-07 11:51:49 +09:00
20 lines
159 B
Plaintext
20 lines
159 B
Plaintext
Nuke comments until no match left:
|
|
|
|
/\*[ -~\n]+?\*/|//[^\n]*
|
|
|
|
then do:
|
|
|
|
\n *\n+
|
|
|
|
replace into
|
|
|
|
\n
|
|
|
|
until no match left
|
|
|
|
(4 spaces)
|
|
|
|
replace into
|
|
|
|
\t
|