- As far as I understand, using Zig compiler on embedded (100-300MB RAM) is a potential use cases. Is compatibility without SIMD possible/planned and what would be slowdown and/or drawback?
- I guess you plan to make the parser iterative to backtrack: Can the same be applied to zig fmt, which as of now recursively traverses things?
- if yes: Incremental parsing planned/possible?
- if yes: api to incremental parsing for language server error recovery/robust parsing?
I guess you have probably made up your mind about 1-2 with a draft impementation, so I wanted to ask about it.