1
0
Fork 0
mirror of https://github.com/luau-lang/luau.git synced 2025-04-12 23:00:54 +01:00
Commit graph

5 commits

Author SHA1 Message Date
Lily Brown
6c923b8802
Prototyping: strings () 2022-03-02 15:26:58 -08:00
Alan Jeffrey
c5477d522d
Prototyping strict mode ()
* First cut of strict mode

Co-authored-by: Lily Brown <lily@lily.fyi>
2022-03-02 16:02:51 -06:00
Lily Brown
7f867ac166
Prototyping: numbers ()
Adds number support to the prototype. Binary operators are next.
2022-02-18 11:09:00 -08:00
Alan Jeffrey
db90c7da48
Add a typeToString function to the prototype ()
* Added Luau.Type.ToString
2022-02-11 14:38:35 -06:00
Alan Jeffrey
5187e64f88
Implement a prototype interpreter ()
* First cut interpreter
2022-02-09 17:14:29 -06:00