aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
...
* Correct list:foldr implementationLouis Pilfold2018-10-14
| | | | Thanks Keith! https://github.com/ktec
* un-namespace enum constructorsLouis Pilfold2018-10-13
|
* Lowercase module namesLouis Pilfold2018-10-12
| | | | | | | | This change has a few benefits: - Module names will be easier to call from Erlang, Elixir, etc. - We can now import (for example) the `result` module and the `Result` type and not have ambiguity as to which we mean in the code.
* fn type uses =>Louis Pilfold2018-10-10
|
* type -> enum, type alias -> typeLouis Pilfold2018-10-07
|
* Correct namespace operator in examplesLouis Pilfold2018-10-04
|
* Fix small Gleam mistakesLouis Pilfold2018-09-30
|
* Remove module header syntaxLouis Pilfold2018-09-22
|
* Adopt Erlang atom syntaxLouis Pilfold2018-09-22
|
* Update examples to match current langLouis Pilfold2018-09-22
|
* Remove `exposing` syntaxLouis Pilfold2018-09-22
|
* Adopt Erlang/Elixir tuple syntaxLouis Pilfold2018-09-15
|
* Remove Foreign dep on compiler moduleLouis Pilfold2018-08-09
|
* Unify function and closure syntaxLouis Pilfold2018-08-09
| | | | | | I feel the `|x| x` syntax is less obvious than the `fn name(x) { x }` syntax used by top level named functions. Using the same syntax everywhere should be clearer.
* Infer simple constant typesLouis Pilfold2018-08-01
|
* Trick to fix GitHub Rust syntax highlightingLouis Pilfold2018-07-11
|
* Sketch first class moduleLouis Pilfold2018-07-04
|
* Brace based syntaxLouis Pilfold2018-06-29
|
* Restrict export syntaxLouis Pilfold2018-02-28
|
* Compile filesLouis Pilfold2018-02-26
|
* RestructureLouis Pilfold2018-02-24