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

3 commits

Author SHA1 Message Date
Lily Brown
0bd21762ae
Prototype bools and relational operators ()
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 ()
Adds number support to the prototype. Binary operators are next.
2022-02-18 11:09:00 -08:00
Alan Jeffrey
5187e64f88
Implement a prototype interpreter ()
* First cut interpreter
2022-02-09 17:14:29 -06:00