Go to file
Christian Rinderknecht 786b183d40 [WIP]
* Reverted [pos.mli] to the previous signature, except [Pos.min]
  that now takes a labelled parameter [file].
* Reverted [ParserAPI.ml] to the previous signature.
* Reexported [shor_error] in [ParserUnit].
* Changed the modules [LexToken] so that they export one function
  to make attributes, the first, additional paramater being "[@"
  or "[@@" (and invalid in PascaLIGO).
* Added support in all [ParserLog] for attributes (pretty-printings).
* Added AST nodes [Attr] and [AttrDecl] to PascaLIGO. The simplifier
  takes care of hooking them with their respective declarations
  or discarding them. (In the future, we should issue a warning for detached
  attributes.)
2020-01-21 18:35:36 +01:00
docker/distribution Pass CI_JOB_ID to docker container 2019-12-16 22:50:25 +00:00
gitlab-pages support for key and signature literals 2020-01-13 11:37:10 +01:00
scripts Pass CI_JOB_ID to docker container 2019-12-16 22:50:25 +00:00
src [WIP] 2020-01-21 18:35:36 +01:00
vendors [WIP] 2020-01-21 18:35:36 +01:00
.dockerignore Feature/smaller docker image 2019-11-09 22:34:20 +00:00
.gitignore basic architecture for the doc tests 2019-12-31 14:23:51 +01:00
.gitlab-ci.yml build_and_deploy_website depends on build_and_package_binaries 2020-01-10 11:49:01 +01:00
CHANGELOG.md changelog update 2020-01-17 16:56:21 +01: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 [LIGO-347] Add changelog 2020-01-08 10:54:21 +00: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