Lily Brown
cd18adc20e
Prototyping: binary operations ( #377 )
...
Adds support for binary operations on numbers.
2022-02-22 15:52:56 -08:00
Lily Brown
7f867ac166
Prototyping: numbers ( #368 )
...
Adds number support to the prototype. Binary operators are next.
2022-02-18 11:09:00 -08:00
Lily Brown
f0c9d84461
Prototyping: Parse type annotations ( #366 )
...
Parses type annotations from the JSON output of `luau-ast`.
2022-02-15 14:10:43 -08:00
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
Alan Jeffrey
e0a9bc191a
Prototype: added syntax for optional type annotations ( #358 )
2022-02-11 19:03:26 -06:00
Alan Jeffrey
5187e64f88
Implement a prototype interpreter ( #353 )
...
* First cut interpreter
2022-02-09 17:14:29 -06:00
Alan Jeffrey
041838a942
Prototyping a small subset of Luau in Agda ( #350 )
...
* First cut reading JSON into an Agda representation of Luau syntax
2022-02-08 18:26:58 -06:00