Download Latest Version cppsp v1.4.5 - @custom_ Like c_c++ Macros, but Safer and Namespaced! source code.tar.gz (2.7 MB)
Email in envelope

Get an email when there's a new version of cppsp

Home / v1.4
Name Modified Size InfoDownloads / Week
Parent folder
cppsp_compiler.cpp 2026-01-17 34.7 kB
cppsp_compiler.exe 2026-01-17 1.3 MB
cppsp_compiler_mac.delete_mac 2026-01-17 141.6 kB
cppsp_compiler_linux.delete_linux 2026-01-17 2.1 MB
cppsp v1.4 source code.tar.gz 2026-01-17 2.6 MB
cppsp v1.4 source code.zip 2026-01-17 2.6 MB
README.md 2026-01-17 459 Bytes
Totals: 7 Items   8.8 MB 0
  • var.....type: declare variables with/without values. Support multi variables and type can be written as int/float/char/string/bool. <{1+1}> is a value but 1+1 not(it's expression)
  • var......type:

    import string,iostream var a,c,d = 1, <{(2*2+6)/2}> ,4 int var b = "hello world" string var f1,f2,f3 float var c1 char var b1 = <{1+1==2}> bool input(f1) print(a," ",c," ",d," ",b," ",b1," ",f1)

Source: README.md, updated 2026-01-17