Commit 2ad4347
committed
Add image ops, FLIP/TFLIP builtins; remove GC extension
- Add image operators: BLIT, SCALE, CROP, GRAYSCALE, BLUR (ext/image.py)
- Implement FLIP (int/str) and TFLIP (tensor axis reverse) in Builtins and register them
- Add interpreter helper expect wrappers for extensions
- Change FOR loop to use 1-based counter semantics (init to 1, <= target)
- Update stdlib image and path helpers and tests to use new APIs
- Update SPECIFICATION with FLIP/TFLIP entries
- Remove broken GC extension (ext/gc.py)1 parent bd5f6b1 commit 2ad4347
File tree
8 files changed
+503
-758
lines changed- ext
- lib
8 files changed
+503
-758
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
398 | 398 | | |
399 | 399 | | |
400 | 400 | | |
| 401 | + | |
| 402 | + | |
401 | 403 | | |
402 | 404 | | |
403 | 405 | | |
| |||
Binary file not shown.
0 commit comments