luau/prototyping/Luau/Syntax
Lily Brown 4b7e06e14f
Emit more information for AstLocals in JSON encoder (#364)
We don't emit type annotations right now for `AstLocal`s in the JSON encoder. This makes it really hard to surface annotations in the Agda implementation. This PR changes it to emit location and type annotations, if present.
2022-02-14 14:14:11 -08:00
..
FromJSON.agda Emit more information for AstLocals in JSON encoder (#364) 2022-02-14 14:14:11 -08:00
ToString.agda Prototype: added syntax for optional type annotations (#358) 2022-02-11 19:03:26 -06:00