mirror of
https://github.com/pocketpy/pocketpy
synced 2025-11-10 05:30:16 +00:00
13 lines
229 B
Markdown
13 lines
229 B
Markdown
# TODO
|
|
- variations of print function
|
|
- variable declaration
|
|
- string, list, tuple, dictionary
|
|
- basic operations
|
|
- if else
|
|
- for loop, while loop
|
|
- json loads, dumps
|
|
- exception handling
|
|
|
|
|
|
clang++ --std=c++17 cjson.cpp -o cjson
|