Go to file
Christian Rinderknecht 10469818c1 Removed entrypoint and storage as keywords.
Bug fix: `n-1` was scanned as `n` and `-1`, which was rejected by
a style constraint.

I removed useless style constraints in the lexer.

I removed dead code in `pascaligo.ml`.

I added my first draft for the reference manual of PascaLIGO: DO
NOT EDIT. Edit the website instead.

About the bug fix: This was an awkward attempt at rejecting at
lexing time negative integer literals whose sign is separated
from the digits, like `- 1`. The fix was simple: remove the
`integer` regular expression and use `natural`.
2019-09-26 16:35:16 +02:00
docker Use sh, not bash 2019-06-10 10:23:18 +02:00
gitlab-pages LetsEncrypt Challenge 2019-08-22 22:31:18 +00:00
packages Separate parts of Pascaligo into a shared parser library 2019-08-29 14:54:06 +00:00
scripts Merge branch 'makefile' into 'dev' 2019-08-03 00:22:46 +00:00
src Removed entrypoint and storage as keywords. 2019-09-26 16:35:16 +02:00
vendors Merge branch 'dev' into feature/better-error-messages 2019-07-21 11:58:09 +02:00
.gitignore Removed "assert" as reserved. Enabled terminating ";" in lists. 2019-06-10 15:19:42 +02:00
.gitlab-ci.yml Small fixes to the doc and to the odoc build script 2019-06-20 21:11:37 +02:00
CONTRIBUTORS.md add MIT license 2019-05-25 15:52:12 +00:00
index.tar.gz Separate parts of Pascaligo into a shared parser library 2019-08-29 14:54:06 +00:00
LICENSE.md add MIT license 2019-05-25 15:52:12 +00:00
makefile Swap makefile-native test command with script, add script 2019-06-08 21:57:46 -07:00
Makefile Started using the scripts/… in .gitignore, started a Makefile for one-liners to be used by the devs, e.g. make build-deps, make, make test 2019-06-10 10:19:49 +02:00
repo Separate parts of Pascaligo into a shared parser library 2019-08-29 14:54:06 +00:00
urls.txt Separate parts of Pascaligo into a shared parser library 2019-08-29 14:54:06 +00:00