Commit Graph

16 Commits

Author SHA1 Message Date
Georges Dupéron
650206ec14 AST2: tiny clean up 2019-03-13 21:52:59 +01:00
Georges Dupéron
5ca94d13ba AST2: simplified some of the pattern-matching nodes 2019-03-13 21:46:56 +01:00
Georges Dupéron
cd3eed8c2e WIP on some cases 2019-03-13 21:43:24 +01:00
Georges Dupéron
ec706906f1 Added interface for the result of the type annotator. 2019-03-11 03:26:21 +01:00
Georges Dupéron
0fc4903ac2 Simplified the last expressions 2019-03-11 02:50:44 +01:00
Georges Dupéron
0028923f7d Simplified more expressions 2019-03-11 02:36:25 +01:00
Georges Dupéron
2621d84c1c Simplified more expressions 2019-03-11 02:30:26 +01:00
Georges Dupéron
56ede7c8a7 Simplified more 2019-03-11 02:22:25 +01:00
Georges Dupéron
74518a1768 AST2: Declarations can now be written in any order. Removed top-level block. 2019-03-11 01:57:07 +01:00
Georges Dupéron
97b576b564 Removed global parameter declaration and added entrypoint in AST2 2019-03-11 00:52:10 +01:00
Georges Dupéron
31309562d9 Simplified some expressions 2019-03-11 00:52:10 +01:00
Georges Dupéron
d547616caa Temporarily reverted cleanup which prevented GIT from properly merging. 2019-03-11 00:52:10 +01:00
Christian Rinderknecht
8746802571
Storage and operations are now explicitly named.
Refactoring of AST to enable the detection of incomplete pattern
matchings by the OCaml compiler. Some record fields renamed for
better readability.
2019-03-10 19:41:27 +01:00
Christian Rinderknecht
7dcad4779e
I added entrypoints (and removed the parameter declaration).
I fixed the pretty-printing of strings.
2019-03-10 13:55:24 +01:00
Your Name
20052c843a Simplification of the AST. expr and pattern are not implemented yet. 2019-03-06 10:16:01 +01:00
Your Name
172986bc03 weird bug 2019-03-06 10:16:01 +01:00