| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| cppsp_compiler.exe | 2026-03-07 | 1.3 MB | |
| cppsp_compiler.cpp | 2026-03-07 | 83.7 kB | |
| cppsp_compiler_mac.delete_mac | 2026-03-07 | 292.9 kB | |
| cppsp_compiler_linux.delete_linux | 2026-03-07 | 2.2 MB | |
| cppsp v1.5.1 source code.tar.gz | 2026-03-07 | 2.7 MB | |
| cppsp v1.5.1 source code.zip | 2026-03-07 | 2.7 MB | |
| README.md | 2026-03-07 | 758 Bytes | |
| Totals: 7 Items | 9.3 MB | 0 | |
- Add
while(){} usehave new ability thatuse a.b.c->dcan use function/struct/other in namespace a.b.c but not use the whole namespace- Can use utf8 encoding bytes as alternative of filename:
cppsp_compiler \xe9\x80\x99\xe6\x98\xaf\x20\xe4\xb8\xad\xe6\x96\x87\x68\x75\x20\x6b\x6f\x6c\x20\x20\x70\xe6\xaa\x94\xe6\xa1\x88\x2e\x63\x70\x70\x73\x70 - Enable compile filename encoded by utf8(I try my best but some devices may not work.)
cppsp_compiler new project: create new project with empty include.ini、lib.ini、module.ini、project.cppsp and setting current path in the three .ini- If there is any "@" is in @custom like
@custom vec@mn("std::vector<",<{type}>,">")vec@mn(...) will generate code in main(){....}