Go to file
Christian Rinderknecht f8d6396fcd Refactoring of the parsers
* [CameLIGO/ReasonLIGO] The AST node [EAnnot] (expressions
    annotated by a type) now records the region in the source
    code for the colon.

  * [CameLIGO/ReasonLIGO/PascaLIGO] I added the syntax
     %token <...> TOKEN "lexeme"

  * [ReasonLIGO] I changed the AST nodes [Mtz] and [Str] to
    [Mutez] and [String], respectively (in accordance with the
    PascaLIGO front-end). I changed token [DOTDOTDOT] to
    [ELLIPSIS].

  * [ReasonLIGO] I added what was missing to make a loca build
    with my Makefile.
2019-12-15 17:46:08 +01:00
docker/distribution Feature/smaller docker image 2019-11-09 22:34:20 +00:00
gitlab-pages Add CameLIGO cheat sheet to docs 2019-12-12 10:07:13 -08:00
scripts fix test_cli.sh 2019-12-12 13:18:45 +01:00
src Refactoring of the parsers 2019-12-15 17:46:08 +01:00
vendors contract are now typecheck (at least in the CLI) 2019-12-10 15:58:53 +01:00
.dockerignore Feature/smaller docker image 2019-11-09 22:34:20 +00:00
.gitignore git ingore .vscode 2019-10-14 17:45:52 +02:00
.gitlab-ci.yml Use runtest to run tests 2019-11-21 12:28:38 -06:00
CONTRIBUTORS.md add MIT license 2019-05-25 15:52:12 +00:00
LICENSE.md add MIT license 2019-05-25 15:52:12 +00:00
Makefile Always run setup_repos.sh, never setup_dev_switch.sh, upon make build-deps 2019-09-27 08:43:57 -05:00
repo Separate parts of Pascaligo into a shared parser library 2019-08-29 14:54:06 +00:00