This commit is contained in:
Михаил Капелько
2024-05-08 22:47:34 +03:00
parent 251da5d3f9
commit 5fbc03fd87
22 changed files with 275 additions and 83 deletions

View File

@@ -5,3 +5,6 @@ TR=$DIR/tPythonC++/translate
$TR $DIR/memory.py > $DIR/memory.cpp
$TR $DIR/memory_test.py > $DIR/memory_test.cpp
$TR $DIR/cli.py > $DIR/cli.cpp
$TR $DIR/cli_test.py > $DIR/cli_test.cpp
$TR $DIR/shell.py > $DIR/shell.cpp