Releases: user19870/cppsp
Releases · user19870/cppsp
cppsp v1.3.1
cppsp v1.3 -- multi-line update
- enable mulit-line for almost keywords
- @command() will never support multi-line but you can use following as an alternative
@command("-f1 -f2 ..... -f5")
@command("-f6 -f7 ....-f10")
under #overwritender #overwrite
@command("g++ -Os -m64 -nostdlib -shared ")
@command(" -o dll.dll dll.cpp")
cppsp v1.2 --Indentation Update
- enable indent but not strictly
- no more limit of space before keywords
- fix comment feature
cppsp v1.1.1
- change the compile command to make different os can run same gcc/clang command
cppsp v1.1
- "overwrite:make @command() overwrite g++ .... or clang++ compile command like @command("g++ -Os -m64 -nostdlib -shared -o dll.dll dll.cpp") and add "/" in the end of int main{..} but you'll need @funcion<</>> to make comment work
- change cppsp_compiler to -static ver.
cppsp v1.0.1
add new feature:run exe after cppsp_compiler script.cppsp
cppsp v1.0
cppsp -a script language base on c++