v1.3.2
- Standardize span convention to use exclusive end positions (following Rust Range convention).
- All spans now use
start..endwhereendis exclusive (points after the last character).
- All spans now use
- Fix source mapping to correctly handle nested macro expansions.
- Spans now point to actual opcodes in macro definitions, not invocations.