luau/prototyping/Luau
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
..
Addr Implement a prototype interpreter (#353) 2022-02-09 17:14:29 -06:00
RuntimeError Prototype: added syntax for optional type annotations (#358) 2022-02-11 19:03:26 -06:00
Syntax Emit more information for AstLocals in JSON encoder (#364) 2022-02-14 14:14:11 -08:00
Type Add a typeToString function to the prototype (#354) 2022-02-11 14:38:35 -06:00
Value Implement a prototype interpreter (#353) 2022-02-09 17:14:29 -06:00
Var Implement a prototype interpreter (#353) 2022-02-09 17:14:29 -06:00
Addr.agda Implement a prototype interpreter (#353) 2022-02-09 17:14:29 -06:00
Heap.agda Prototype: added syntax for optional type annotations (#358) 2022-02-11 19:03:26 -06:00
OpSem.agda Prototype: added syntax for optional type annotations (#358) 2022-02-11 19:03:26 -06:00
Run.agda Prototype: added syntax for optional type annotations (#358) 2022-02-11 19:03:26 -06:00
RuntimeError.agda Prototype: added syntax for optional type annotations (#358) 2022-02-11 19:03:26 -06:00
Substitution.agda Prototype: added syntax for optional type annotations (#358) 2022-02-11 19:03:26 -06:00
Syntax.agda Prototype: added syntax for optional type annotations (#358) 2022-02-11 19:03:26 -06:00
Type.agda Add a typeToString function to the prototype (#354) 2022-02-11 14:38:35 -06:00
Value.agda Prototype: added syntax for optional type annotations (#358) 2022-02-11 19:03:26 -06:00
Var.agda Implement a prototype interpreter (#353) 2022-02-09 17:14:29 -06:00