| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| cppsp_compiler.exe | 2026-01-31 | 1.3 MB | |
| cppsp_compiler.cpp | 2026-01-31 | 53.1 kB | |
| cppsp_compiler_mac.delete_mac | 2026-01-31 | 211.5 kB | |
| cppsp_compiler_linux.delete_linux | 2026-01-31 | 2.1 MB | |
| cppsp v1.4.3 source code.tar.gz | 2026-01-31 | 2.7 MB | |
| cppsp v1.4.3 source code.zip | 2026-01-31 | 2.7 MB | |
| README.md | 2026-01-31 | 346 Bytes | |
| Totals: 7 Items | 9.0 MB | 1 | |
- control variables inside keyword or globle
-
add suport for c++ function
function [std::pow,std::sort,abs,sqrt] // will regist functions from c++ // but template function still need <{...}> like std::sort(x,x+5,<{ std::greater<int>()}>)
-
control variables in cppsp once a line or separate by
;y=e() y=4.6; y++ ;y++