Commit graph

31 commits

Author SHA1 Message Date
ajeffrey@roblox.com
ae0745e800 WIP 2022-02-24 10:46:27 -06:00
ajeffrey@roblox.com
c6c0097729 WIP 2022-02-24 10:43:04 -06:00
ajeffrey@roblox.com
2b52a6eb68 Merge remote-tracking branch 'upstream/master' into prototyping-strict-mode 2022-02-23 18:30:19 -06:00
Lily Brown
cd18adc20e
Prototyping: binary operations (#377)
Adds support for binary operations on numbers.
2022-02-22 15:52:56 -08:00
ajeffrey@roblox.com
ef92fd8586 Finished strict mode subjsect reduction 2022-02-22 17:50:33 -06:00
ajeffrey@roblox.com
80b1fc5a71 WIP 2022-02-22 15:14:42 -06:00
ajeffrey@roblox.com
afe72cfd86 WIP 2022-02-22 12:04:27 -06:00
ajeffrey@roblox.com
0cf9acc799 WIP 2022-02-22 11:00:47 -06:00
ajeffrey@roblox.com
fcccd9443a WIP 2022-02-18 17:57:27 -06:00
Alan Jeffrey
fc33b0c702
Fix evaluation rule for function application (#375) 2022-02-18 16:47:23 -06:00
Alan Jeffrey
0b783d8932
Add Properties.Equality to prototyping (#376) 2022-02-18 16:47:04 -06:00
ajeffrey@roblox.com
cd9182ca5f WIP 2022-02-18 14:43:31 -06: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
ajeffrey@roblox.com
c7e96d7582 WIP 2022-02-18 12:47:35 -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
ajeffrey@roblox.com
1f4d77bac9 WIP 2022-02-15 22:47:59 -06:00
ajeffrey@roblox.com
3f2ca3d4ad Working on strict mode 2022-02-14 18:43:46 -06:00
ajeffrey@roblox.com
50f97b0046 First shot at strict mode warnings 2022-02-14 15:30:31 -06:00
Alan Jeffrey
e0a9bc191a
Prototype: added syntax for optional type annotations (#358) 2022-02-11 19:03:26 -06:00
ajeffrey@roblox.com
1a35e3e1cc Finished the typechecker for fully type-annotated programs 2022-02-11 18:24:02 -06:00
ajeffrey@roblox.com
9f68a4f802 More work on infallible typechecking 2022-02-11 14:50:50 -06:00
ajeffrey@roblox.com
6193fc8fc4 Removed AnonFunDec 2022-02-11 10:43:33 -06:00
ajeffrey@roblox.com
1d66d8a3d3 Track untyped v typed syntax 2022-02-10 20:11:59 -06:00
ajeffrey@roblox.com
53b5251c0a Complete (I hope) defn of typechecking derivation trees 2022-02-10 16:53:59 -06:00
Alan Jeffrey
5187e64f88
Implement a prototype interpreter (#353)
* First cut interpreter
2022-02-09 17:14:29 -06:00
ajeffrey@roblox.com
74ff8c6efc Started on typechecking 2022-02-09 15:28:24 -06:00
ajeffrey@roblox.com
8573eeda49 First draft interpreter 2022-02-09 14:23:25 -06:00
ajeffrey@roblox.com
496a093abb Added step function 2022-02-09 10:39:30 -06:00
ajeffrey@roblox.com
38c9b54e75 First cut operational semantics 2022-02-08 18:34:41 -06:00