ligo/src
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
..
bin dune runtest ; dune promote 2019-12-13 03:11:51 -06:00
main Remove original Cameligo and rename Ligodity to Cameligo. 2019-12-12 14:35:07 +01:00
passes Refactoring of the parsers 2019-12-15 17:46:08 +01:00
stages some Ast_simplified PP improvements 2019-12-12 12:15:18 +01:00
test Remove original Cameligo and rename Ligodity to Cameligo. 2019-12-12 14:35:07 +01:00
union_find Use runtest to run tests 2019-11-21 12:28:38 -06:00
.gitignore Added tests to build, fixed some unused variables. 2019-05-15 15:17:04 +02:00
dune more refactoring 2019-09-10 12:42:49 +02:00
ligo.ml Move into src/; add vendors/ subfolder, add CI script. 2019-05-14 17:53:44 +02:00
ligo.opam Merge branch 'feature/cli-tests' into 'dev' 2019-11-25 19:59:47 +00:00