Skip to content

Releases: user19870/cppsp

cppsp v1.3.1

24 Dec 16:52
b962a4d

Choose a tag to compare

  • Fix bug about auto run output(.exe or linux/mac ./out) for different OS
  • add support for print(L"wstring")
  • add multi-line for include.ini、lib.ini
  • provide compiled cppsp_compiler for mac/linux

cppsp v1.3 -- multi-line update

20 Dec 19:04
11aebb6

Choose a tag to compare

  • 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

18 Dec 07:05
848390f

Choose a tag to compare

  • enable indent but not strictly
  • no more limit of space before keywords
  • fix comment feature

cppsp v1.1.1

16 Dec 14:14
548e4f0

Choose a tag to compare

  • change the compile command to make different os can run same gcc/clang command

cppsp v1.1

15 Dec 16:07
6050910

Choose a tag to compare

  • "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

07 Dec 14:36
d99375e

Choose a tag to compare

add new feature:run exe after cppsp_compiler script.cppsp

cppsp v1.0

06 Dec 17:16
909f61c

Choose a tag to compare

cppsp -a script language base on c++