mirror of
https://github.com/lcn2/calc.git
synced 2025-08-16 01:03:29 +03:00
10 lines
166 B
Sed
10 lines
166 B
Sed
s/VALUE/int/
|
|
s/NUMBER[ ]*\*/int /
|
|
s/NUMBER/int/
|
|
s/STRINGHEAD/int/
|
|
s/\(".*",.*,.*\),.*,.*,.*,.*,/\1, 0, 0, 0, 0,/
|
|
/sed me out/d
|
|
s/showbuiltins/main/
|
|
s/[ ][ ]*$//
|
|
p
|