luau/prototyping/Luau
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
..
Addr Implement a prototype interpreter (#353) 2022-02-09 17:14:29 -06:00
RuntimeError Prototyping: binary operations (#377) 2022-02-22 15:52:56 -08:00
RuntimeType Prototype bools and relational operators (#387) 2022-02-24 11:17:46 -08:00
Syntax Prototype bools and relational operators (#387) 2022-02-24 11:17:46 -08:00
Type Prototype bools and relational operators (#387) 2022-02-24 11:17:46 -08:00
Value Prototype bools and relational operators (#387) 2022-02-24 11:17:46 -08: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 bools and relational operators (#387) 2022-02-24 11:17:46 -08:00
Run.agda Prototype: added syntax for optional type annotations (#358) 2022-02-11 19:03:26 -06:00
RuntimeError.agda Prototyping: binary operations (#377) 2022-02-22 15:52:56 -08:00
RuntimeType.agda Prototype bools and relational operators (#387) 2022-02-24 11:17:46 -08:00
Substitution.agda Prototype bools and relational operators (#387) 2022-02-24 11:17:46 -08:00
Syntax.agda Prototype bools and relational operators (#387) 2022-02-24 11:17:46 -08:00
Type.agda Prototyping: numbers (#368) 2022-02-18 11:09:00 -08:00
Value.agda Prototype bools and relational operators (#387) 2022-02-24 11:17:46 -08:00
Var.agda Implement a prototype interpreter (#353) 2022-02-09 17:14:29 -06:00