mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-06-10 15:04:03 +09:00
the pip(needs proper name) program loader and the example program
This commit is contained in:
19
assets/bios/basic_minify_regex.txt
Normal file
19
assets/bios/basic_minify_regex.txt
Normal file
@@ -0,0 +1,19 @@
|
||||
Nuke comments until no match left:
|
||||
|
||||
/\*[ -~\n]+?\*/|//[^\n]*
|
||||
|
||||
then do:
|
||||
|
||||
\n *\n+
|
||||
|
||||
replace into
|
||||
|
||||
\n
|
||||
|
||||
until no match left
|
||||
|
||||
(4 spaces)
|
||||
|
||||
replace into
|
||||
|
||||
\t
|
||||
Reference in New Issue
Block a user