This commit is contained in:
Михаил Капелько
2024-04-24 22:24:37 +03:00
parent bd69c05916
commit 3a24d68174
10 changed files with 637 additions and 0 deletions

7
v3/translate-py-cxx Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
DIR=$(cd "$(dirname "$0")" ; pwd -P)
TR=$DIR/tPythonC++/translate
$TR $DIR/memory.py > $DIR/memory.cpp
$TR $DIR/memory_test.py > $DIR/memory_test.cpp