| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| cppsp_compiler.exe | 2026-01-12 | 1.3 MB | |
| cppsp_compiler.cpp | 2026-01-12 | 30.5 kB | |
| cppsp_compiler_mac.delete_mac | 2026-01-12 | 138.9 kB | |
| cppsp_compiler_linux.delete_linux | 2026-01-12 | 2.1 MB | |
| cppsp v1.3.3 source code.tar.gz | 2026-01-12 | 2.6 MB | |
| cppsp v1.3.3 source code.zip | 2026-01-12 | 2.6 MB | |
| README.md | 2026-01-12 | 424 Bytes | |
| Totals: 7 Items | 8.8 MB | 0 | |
-
overwrite doesn't need @function<</*>> now
- Add token ast(line ast use getline,token ast use tokenize)
- Change print、input to token ast
- Add @inject to token ast (
@inject(....)and@inject("....")are both legal. @inject(....) belonging to line ast and @inject("....") belonging to token ast but @inject(....) will be transpiled before @inject("....") and any keyword belonging to token ast.)