normalize-surface-syntax 0.3.2

Surface-level syntax translation between languages via a common IR
Documentation
1
2
3
4
5
# normalize-surface-syntax/tests

Snapshot tests for surface-syntax readers and translation roundtrips.

`snapshots.rs` tests Lua and TypeScript readers against insta snapshots, covering function declarations, binary expressions, control flow, table literals, method calls, and varargs. Also tests try/catch translation via the Lua try-catch module. Snapshots are stored in `snapshots/` as `.snap` files (52 total).