Alan Jeffrey
c5477d522d
Prototyping strict mode ( #399 )
...
* First cut of strict mode
Co-authored-by: Lily Brown <lily@lily.fyi>
2022-03-02 16:02:51 -06:00
Lily Brown
0bd21762ae
Prototype bools and relational operators ( #387 )
...
Prototypes booleans and relational operators.
As part of this I removed `FFI/Data/Bool.agda`, because it was getting in the way - we already use `Agda.Builtin.Bool` instead for other cases.
2022-02-24 11:17:46 -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
Alan Jeffrey
db90c7da48
Add a typeToString function to the prototype ( #354 )
...
* Added Luau.Type.ToString
2022-02-11 14:38:35 -06:00