Christian Rinderknecht fef4337e83
Support for empty sets and maps. Alternate syntax for maps and lists:
sets, maps and lists are now homogeneous.

Lists by extension now require the "list" keyword, like sets and
maps. Semicolons needed, instead of commas.

New syntax for lists: `list [e_1; e_2; ...; e_n]`.

The empty list can now be denoted either by `list []` or `list end` or
`nil'.

Both `list` and `nil` are new keywords. Lists can also be denoted
without brackets, as sets and maps: `list e_1; e_2; ...; e_n end`.

The extension for maps follows the extension for sets: `map [b_1; b_2;
...; b_n]` or `maps b_1; ...; b_n end`.
2019-03-26 10:31:55 +01:00
2019-03-09 01:07:35 +01:00
2019-02-25 21:29:29 +00:00
2019-02-25 21:29:29 +00:00
2019-02-25 21:29:29 +00:00
2019-02-25 21:29:29 +00:00
2019-02-25 21:29:29 +00:00
2019-03-05 15:18:38 +01:00
2019-02-25 21:29:29 +00:00
2019-02-25 21:29:29 +00:00
2019-02-25 21:29:29 +00:00
2019-02-25 21:29:29 +00:00
2019-02-25 21:29:29 +00:00
2019-03-06 10:16:01 +01:00
2019-02-25 21:29:29 +00:00
2019-02-25 21:29:29 +00:00
Description
65 MiB
Languages
OCaml 84.6%
TypeScript 7.1%
JavaScript 4%
CSS 1.4%
Shell 0.8%
Other 2%