Go to file
Christian Rinderknecht af8d1083b7 Eased the translation from Ligodity AST to Liquidity AST.
More precisely,

  * I commented out the operator "@" on lists in Ligodity (it can
    be implemented as a function, as a workaround).

  * I removed the parallel "let" construct (hence the "and" keyword).

  * I renamed the type "field_assignment" into "field_assign", in
    order to match Pascaligo AST.

  * The reading of the command-line options is now done by
    calling the function [EvalOpt.read], instead of an ugly
    side-effect when loading the binary of the module. Options
    are now found in a record of type [EvalOpt.options].

  * I added support in the Ligodity lexer for #include CPP
    directives.
2019-05-15 16:05:03 +02:00
src Eased the translation from Ligodity AST to Liquidity AST. 2019-05-15 16:05:03 +02:00
vendors Extended lib_utils/pos.ml{i}. First import of Ligodity. (No "simplify" yet.) 2019-05-15 16:04:37 +02:00
.gitignore Added tests to build, fixed some unused variables. 2019-05-15 15:17:04 +02:00
.gitlab-ci.yml Added tests to build, fixed some unused variables. 2019-05-15 15:17:04 +02:00
.gitmodules Move into src/; add vendors/ subfolder, add CI script. 2019-05-14 17:53:44 +02:00