Christian Rinderknecht
98e9596502
Merge branch 'shared_parser' into 'dev'
...
Separate parts of Pascaligo into a shared parser library
See merge request ligolang/ligo!62
2019-08-29 14:54:06 +00:00
Sander
b04a988a7e
Separate parts of Pascaligo into a shared parser library
2019-08-29 14:54:06 +00:00
Gabriel Alfour
0eb08f6a73
LetsEncrypt Challenge
2019-08-22 22:31:18 +00:00
John David Pressman
85c5630af4
Merge branch 'dev' into 'dev'
...
Remove extraneous 'tutorials' and 'get started' buttons
See merge request ligolang/ligo!59
2019-08-12 11:17:41 +00:00
John David Pressman
90eecb6b4c
Merge branch 'dev' into 'dev'
...
# Conflicts:
# gitlab-pages/website/pages/en/index.js
2019-08-12 10:03:06 +00:00
Matej Šima
c8c6a574c6
Remove duplicate Tutorials button from the home page
2019-08-08 14:25:54 +00:00
John David Pressman
97ab188149
Remove extraneous 'tutorials' and 'get started' buttons
2019-08-06 18:36:42 -07:00
John David Pressman
695ae33483
Merge branch 'dev' into 'dev'
...
Fix Various Issues With The Docs
See merge request ligolang/ligo!58
2019-08-06 23:43:05 +00:00
John David Pressman
6e3ee8f5fa
Remove undeleted merge conflict markers on homepage
2019-08-05 17:47:38 -07:00
John David Pressman
2b29eac11f
Merge branch 'makefile' into 'dev'
...
Makefile
See merge request ligolang/ligo!51
2019-08-03 00:22:46 +00:00
John David Pressman
9cc2a7a0c9
Remove uncleared merge conflict marks
2019-08-02 17:15:34 -07:00
John David Pressman
0ad395a4ed
Minor addition to last commit
2019-08-02 16:53:51 -07:00
John David Pressman
4f7162002c
Edit installation instructions to emphasize that Docker newbs should use the install script
2019-08-02 16:53:51 -07:00
John David Pressman
a891c77d47
Add updated instructions for running/building the website
2019-08-02 16:52:23 -07:00
John David Pressman
8a2a1533c6
s/Annotations/Type Annotations/, to make it clearer what that feature is while skimming
2019-08-02 16:52:23 -07:00
John David Pressman
dc5e3328a2
Fix links to ligolang.org and Discord server at bottom of public launch post
2019-08-02 16:52:23 -07:00
John David Pressman
b023bff887
Add clarification on "dockerized LIGO" to taco shop tutorial
2019-08-02 16:52:23 -07:00
John David Pressman
5c7d9fd551
Fix broken link to tutorials on front page of ligolang site
2019-08-02 16:52:23 -07:00
John David Pressman
ece3873230
Add how to get the time to the operators page
2019-08-02 16:48:04 -07:00
John David Pressman
4ce51f7959
Add map assignment to cheat sheet
2019-08-02 16:48:04 -07:00
John David Pressman
afa0e749e3
Add boolean logic, fail() and if conditional to cheat sheet
2019-08-02 16:47:15 -07:00
Gabriel Alfour
80fd970ba4
Merge branch 'rinderknecht-dev' into 'dev'
...
Getting current front-ends closer
See merge request ligolang/ligo!56
2019-07-30 17:10:14 +00:00
Christian Rinderknecht
6a0948a6ac
Fixed regression. Enabled type annotations for all expressions
...
(between parentheses).
The error was to use COMMA to separate instructions in a block, instead of SEMI (semicolons), as before. This is corrected here.
2019-07-30 11:27:32 +02:00
Christian Rinderknecht
9e6bff4741
Renamings. Additions.
2019-07-29 12:33:02 +02:00
Christian Rinderknecht
25437f5ed5
Fixed some rules.
2019-07-29 12:31:10 +02:00
Christian Rinderknecht
100bf1119a
First rewrites of the PascaLIGO grammar to make it suitbale for stream
...
parsing.
2019-07-26 17:47:16 +02:00
Christian Rinderknecht
9b34b13e15
Replacing map_injection by injection(Map,binding).
2019-07-26 16:23:12 +02:00
Christian Rinderknecht
295f94a09a
Further streamlining PascaLIGO and Ligodity parsers.
2019-07-25 16:11:33 +02:00
Christian Rinderknecht
2a44e0f084
Merge branch 'dev' into 'rinderknecht-dev'
...
# Conflicts:
# src/contracts/website2.ligo
# src/simplify/pascaligo.ml
2019-07-25 10:33:07 +00:00
Christian Rinderknecht
fe2c56aedb
Miscellanea.
2019-07-24 15:43:51 +02:00
Christian Rinderknecht
dc4f14d469
Parsing the command line by calling [EvalOpt.read], not a side-effect.
2019-07-24 15:41:52 +02:00
Christian Rinderknecht
d2f4d00011
Refactored module EvalOpt by removing useless command line options.
2019-07-24 14:34:26 +02:00
Georges Dupéron
8675c85b9c
Merge branch 'FIX-typo-in-error-message-in-ast_simplified/combinator.ml' into 'dev'
...
FIX - typo in error message in ast_simplified/combinator.ml
See merge request ligolang/ligo!55
2019-07-24 09:35:22 +00:00
Pierre-Emmanuel Wulfman
7414893cd5
FIX - typo in error message in ast_simplified/combinator.ml
2019-07-24 09:35:22 +00:00
Gabriel Alfour
8a4d49fd21
Merge branch 'feature/better-error-messages' into 'dev'
...
Feature/better error messages
See merge request ligolang/ligo!54
2019-07-21 18:47:33 +00:00
galfour
88261fd5e2
Merge branch 'dev' into feature/better-error-messages
2019-07-21 11:58:09 +02:00
Gabriel Alfour
18f5601035
Merge branch 'feature/new-operators' into 'dev'
...
Feature/new operators
See merge request ligolang/ligo!53
2019-07-21 09:53:34 +00:00
galfour
d7a16c47c1
add iterators for maps
2019-07-20 16:42:34 +02:00
galfour
564a4df145
add map to lists ; fix error with lists
2019-07-20 16:18:50 +02:00
galfour
9dd8e63cbf
add iter for set and lists
2019-07-20 13:46:42 +02:00
galfour
33101820ec
add set tests
2019-07-19 14:35:47 +02:00
galfour
5c3d801c78
add bitwise arithmetic and string arithmetic tests
2019-07-19 12:42:01 +02:00
galfour
7b9d861a34
type new operators
2019-07-19 12:13:09 +02:00
galfour
4b6a58907d
get rid of useless units ; make compiler.ml less brittle
2019-07-18 15:19:25 +02:00
galfour
25566bc3fe
selection of environment can be done both ways
2019-07-18 13:04:13 +02:00
Christian Rinderknecht
685c25de9a
First import of my first designs for a front-end generator for Ligodity.
2019-07-14 16:41:52 +02:00
galfour
68014c6e95
add blog post about update
2019-07-11 15:20:58 +02:00
Galfour
6e3209fa4f
add manual tests; change display of errors; minor refactorings
2019-06-28 12:05:04 +00:00
Christian Rinderknecht
6d3679290d
Fixed typo in comment.
2019-06-27 10:32:07 +02:00
Matej Šima
86396933a2
Merge branch 'feature/pascaligo-pattern-parens' into 'dev'
...
Add parentheses in Pascaligo constructor patterns
See merge request ligolang/ligo!48
2019-06-24 17:26:56 +00:00