Commit 913562d
committed
feat: implement ImagePipe DSL with ZRTL plugin runtime execution
- Add ImagePipe DSL grammar, CLI, and sample pipelines for image processing
- Fix plugin symbol table export to use C ABI compatible array format
- Implement builtin resolution in ZynPEG runtime for grammar @Builtin mappings
- Add string quote stripping and escape sequence handling in runtime
- Fix Cranelift backend string alignment (4-byte) for ZRTL string format
- Fix external call return types by looking up HIR type information
- Register plugin symbols with Cranelift backend and rebuild JIT after loading
- Add SIMD plugin stub for future vectorized image operations
- Add comprehensive ImagePipe DSL documentation chapter1 parent 2a08b4d commit 913562d
27 files changed
Lines changed: 3559 additions & 12 deletions
File tree
- .github/workflows
- book
- crates
- compiler/src
- zyn_peg/src
- zyntax_embed/src
- examples/imagepipe
- samples
- src
- plugins
- zrtl_simd
- src
- sdk/zrtl/src
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
| |||
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
| 60 | + | |
59 | 61 | | |
60 | 62 | | |
61 | 63 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
575 | 575 | | |
576 | 576 | | |
577 | 577 | | |
| 578 | + | |
578 | 579 | | |
579 | 580 | | |
580 | 581 | | |
| |||
0 commit comments