Go to file
Christian Rinderknecht 3ed303f60d In EvalOpt modules, the CLI input ["-"] is becomes now [None],
like the absence of an input filename. (This simplifies all the
clients codes.) Fixed the dune file for the preprocessor. Fixed
the build of PreprocMain.exe and PreprocMain.byte. Restricted
preprocessing errors [Preproc.Newline_in_string] and
[Preproc.Open_string] to the argument of the #include
directive (instead of general strings: this is for the LIGO lexer
to report the error). I removed the error [Preproc.Open_comment]
as this is for the LIGO lexer to report. The preprocessor scanner
[Preproc.lex] does not take a parameter [is_file:bool] now: the
source file (if any) is determined from the lexing
buffer. Accordingly, the field [is_file] of the state of the
preprocessing lexer has been removed: the lexing buffer becomes
now the reference for the input source (bug fix and interface
improvement). Fixed the comments of the test contract
pledge.religo. I removed the data constructor [Lexer.Stdin], as
redundant with [Lexer.Channel].
2020-04-09 16:18:26 +02:00
docker/distribution Revert "Merge branch 'feature/adt-generator-poly-3' into 'dev'" 2020-02-11 10:45:08 +00:00
gitlab-pages Marked the errors that should be skipped (because catched by the 2020-04-08 20:24:34 +02:00
scripts review 1 2020-03-30 17:56:17 +02:00
src In EvalOpt modules, the CLI input ["-"] is becomes now [None], 2020-04-09 16:18:26 +02:00
tools/webide Delete flaky webide test (for now) 2020-03-25 14:47:41 -05:00
vendors In EvalOpt modules, the CLI input ["-"] is becomes now [None], 2020-04-09 16:18:26 +02:00
.dockerignore Feature/smaller docker image 2019-11-09 22:34:20 +00:00
.gitignore ignore all .pp.ligo's 2020-02-09 18:22:33 +01:00
.gitlab-ci.yml Revised README 2020-03-06 17:35:14 +00:00
CHANGELOG.md michelson_or tests and changelog 2020-04-07 21:38:12 +02:00
CONTRIBUTORS.md add MIT license 2019-05-25 15:52:12 +00:00
dune-project Unignore dune-project 2019-12-19 19:53:10 +00:00
LICENSE.md add MIT license 2019-05-25 15:52:12 +00:00
ligo.opam Simple_utils is now used as a library by the local builds. 2020-04-07 18:33:46 +02:00
Makefile Now have an default group "ungrouped" for all the code blocks without any "group=..." 2019-12-31 14:23:51 +01:00
repo Separate parts of Pascaligo into a shared parser library 2019-08-29 14:54:06 +00:00