Commit graph

10 commits

Author SHA1 Message Date
ajeffrey@roblox.com
51133397cc Merge remote-tracking branch 'upstream/master' into prototyping-strict-mode 2022-02-24 18:22:31 -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
ajeffrey@roblox.com
ef92fd8586 Finished strict mode subjsect reduction 2022-02-22 17:50:33 -06:00
ajeffrey@roblox.com
380a144614 Well typed programs don't go wrong 2022-02-17 18:48:04 -06:00
ajeffrey@roblox.com
90229615b5 WIP 2022-02-17 18:24:36 -06:00
ajeffrey@roblox.com
8e52542526 WIP 2022-02-16 23:03:40 -06:00
Alan Jeffrey
5187e64f88
Implement a prototype interpreter (#353)
* First cut interpreter
2022-02-09 17:14:29 -06:00
ajeffrey@roblox.com
8573eeda49 First draft interpreter 2022-02-09 14:23:25 -06:00
ajeffrey@roblox.com
38c9b54e75 First cut operational semantics 2022-02-08 18:34:41 -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