diff --git a/main.py b/main.py index a3b1e23..425d056 100644 --- a/main.py +++ b/main.py @@ -2581,6 +2581,7 @@ class Compiler: in_py_block = False for idx, line in enumerate(contents.splitlines()): stripped = line.strip() + # TODO: implement proper depth tracking for {} in py blocks # Detect :py block start/end if stripped.startswith(":py") and "{" in stripped: in_py_block = True diff --git a/str.out b/str.out deleted file mode 100755 index fab96b1..0000000 Binary files a/str.out and /dev/null differ