Lesenechal Remi
|
fd28da98a0
|
comparable pairs in the backend
|
2020-02-18 12:19:19 +01:00 |
|
Lesenechal Remi
|
39fc076c2b
|
fix regression of comparison of key_hash and add a test for it
|
2020-02-13 16:44:21 +01:00 |
|
Suzanne Dupéron
|
a1880b013b
|
Fix #147 by allowing comparison of bools
|
2020-02-12 20:22:59 +01:00 |
|
John David Pressman
|
953e91bc54
|
Remove Current.gas from LIGO
|
2020-02-12 02:24:58 -08:00 |
|
Suzanne Dupéron
|
437b696b19
|
Merge branch 'feature/some-new-typer-constant-contraints' into 'dev'
some more contraints (untested) for the typer
See merge request ligolang/ligo!404
|
2020-02-12 01:12:24 +00:00 |
|
Rémi Lesenechal
|
8b83e375bd
|
Revert "Merge branch 'feature/adt-generator-poly-3' into 'dev'"
This reverts merge request !403
|
2020-02-11 10:45:08 +00:00 |
|
Lesenechal Remi
|
702416a0a7
|
fix continuation and add some comments
|
2020-02-11 11:05:43 +01:00 |
|
Suzanne Dupéron
|
0113a448de
|
Merge branch 'dev' into 'feature/doc-pascaligo-loop'
# Conflicts:
# src/passes/operators/operators.ml
|
2020-02-10 20:51:41 +00:00 |
|
Suzanne Dupéron
|
76fa4b0549
|
Revert "Make menhir less verbose, to see error messages in gitlab."
This reverts commit b5f3ae76b049d4e712bd539b39d771191bc8978b.
|
2020-02-10 20:40:43 +01:00 |
|
Suzanne Dupéron
|
c71e47f252
|
Make menhir less verbose, to see error messages in gitlab.
|
2020-02-10 20:40:43 +01:00 |
|
Suzanne Dupéron
|
76ad9c47ec
|
cleanup
|
2020-02-10 20:40:43 +01:00 |
|
Lesenechal Remi
|
87a8901645
|
review fixes
|
2020-02-10 20:02:43 +01:00 |
|
Lesenechal Remi
|
f798392760
|
constant typer:
* Removed unused LIST_CONS
* support for misc constants (untestetable for now)
|
2020-02-10 19:54:23 +01:00 |
|
Christian Rinderknecht
|
9b5d63de1f
|
Merge branch 'dev' of gitlab.com:ligolang/ligo into rinderknecht@contracts
|
2020-02-10 19:33:04 +01:00 |
|
Christian Rinderknecht
|
541728fc6c
|
First batch of rewritten contracts (PascaLIGO).
|
2020-02-10 19:27:58 +01:00 |
|
Christian Rinderknecht
|
61832354d9
|
Merge branch 'dev' of gitlab.com:ligolang/ligo into feature/doc-pascaligo-loop
|
2020-02-10 19:22:52 +01:00 |
|
Christian Rinderknecht
|
82aacde97f
|
More documentation rewrites.
|
2020-02-10 19:07:20 +01:00 |
|
Lesenechal Remi
|
0e5a68d58b
|
ligo interpreter : review fixes
|
2020-02-09 19:04:21 +01:00 |
|
Lesenechal Remi
|
3ce0d180f5
|
ligo interpreter: simplfied AST merge
|
2020-02-09 18:50:18 +01:00 |
|
Lesenechal Remi
|
ce70c82122
|
ligo interpreter : moving combinators do a dedicated module
|
2020-02-09 18:22:33 +01:00 |
|
Lesenechal Remi
|
0374c5900b
|
add missing 'Set.iter' to cameligo
|
2020-02-09 18:22:33 +01:00 |
|
Lesenechal Remi
|
f08879feb0
|
ligo interpreter support for :
* operations of map/set
* slice
* add
* literals/pps
|
2020-02-09 18:22:33 +01:00 |
|
Lesenechal Remi
|
29959ec915
|
Initial LIGO interpreter version
|
2020-02-09 18:22:33 +01:00 |
|
Pierre-Emmanuel Wulfman
|
ae82144418
|
removing assign, tuples, sequences,
|
2020-02-09 00:31:30 +01:00 |
|
Christian Rinderknecht
|
e6dc4371ee
|
Merge branch 'dev' of gitlab.com:ligolang/ligo into feature/doc-pascaligo-loop
|
2020-02-08 10:16:34 +01:00 |
|
Lesenechal Remi
|
5ef61d3520
|
add assert primitive for pascaligo
|
2020-02-07 15:28:46 +01:00 |
|
Lesenechal Remi
|
54f4ffd413
|
Fix assetion with a default string "failed assertion"
|
2020-02-07 15:27:16 +01:00 |
|
Sander
|
bd4a75016d
|
Merge branch 'add_lsl_lsr' into 'dev'
Add lsl and lsr support.
Closes #146
See merge request ligolang/ligo!387
|
2020-02-07 11:08:13 +00:00 |
|
Rémi Lesenechal
|
8003a9e2b1
|
Merge branch 'feature/remove-useless-constants' into 'dev'
Remove useless constants
See merge request ligolang/ligo!388
|
2020-02-06 21:26:04 +00:00 |
|
Suzanne Dupéron
|
d3a34445f4
|
Merge branch 'bugfix/new-typer-9' into 'dev'
New typer: constants: use a tuple of arguments, + typechecking rules for constants
See merge request ligolang/ligo!378
|
2020-02-06 20:56:04 +00:00 |
|
Lesenechal Remi
|
784c2da81b
|
Remove useless constants:
* C_HASH (removed)
* C_MAP_GET --replaced--> C_MAP_FIND_OPT
* C_MAP_GET_FORCE --replaced--> C_MAP_FIND
|
2020-02-06 18:08:51 +01:00 |
|
Sander Spies
|
e14dd18680
|
Correction: lsl and lsr are impure
|
2020-02-06 17:30:50 +01:00 |
|
Sander Spies
|
9433fa9bc4
|
Add lsl and lsr support.
|
2020-02-06 16:17:33 +01:00 |
|
Christian Rinderknecht
|
61ec0f41c3
|
Merge branch 'dev' of gitlab.com:ligolang/ligo into feature/doc-pascaligo-loop
|
2020-02-05 20:02:06 +01:00 |
|
Christian Rinderknecht
|
26059c281a
|
Forgot to check that function parameters are not reserved names.
|
2020-02-05 18:09:45 +01:00 |
|
Christian Rinderknecht
|
7a484cb45c
|
Merge branch 'dev' of gitlab.com:ligolang/ligo into feature/doc-pascaligo-loop
|
2020-02-05 16:29:37 +01:00 |
|
Sander Spies
|
79fd0317ae
|
Merge
|
2020-02-04 15:05:13 +01:00 |
|
Pierre-Emmanuel Wulfman
|
cf7bc9374d
|
Merge branch 'feature/get_contract_opt' into 'dev'
add get_contract_opt and get_entrypoint_opt to ligo
See merge request ligolang/ligo!362
|
2020-02-04 13:36:22 +00:00 |
|
Pierre-Emmanuel Wulfman
|
4195026d73
|
add get_contract_opt and get_entrypoint_opt to ligo
|
2020-02-04 13:38:17 +01:00 |
|
Sander Spies
|
795f0d4056
|
ReasonLIGO: missing ')' error message.
|
2020-02-04 13:31:41 +01:00 |
|
Sander Spies
|
3461af53dd
|
ReasonLIGO: Make the semicolon optional in more cases.
|
2020-02-04 12:52:12 +01:00 |
|
Sander
|
fbc61eb809
|
Optional vbar for ReasonLIGO sumtypes
|
2020-02-04 10:39:15 +00:00 |
|
Suzanne Dupéron
|
0297b6033b
|
New typer: constants: use a tuple of arguments, + typechecking rules for constants
|
2020-02-03 20:20:00 +00:00 |
|
Suzanne Dupéron
|
d2630379ec
|
Merge branch 'bugfix/new-typer-8' into 'dev'
misc. fixes on the new typer
See merge request ligolang/ligo!369
|
2020-02-03 19:48:49 +00:00 |
|
Christian Rinderknecht
|
d92a5499e1
|
Merge branch 'dev' of gitlab.com:ligolang/ligo into feature/doc-pascaligo-loop
|
2020-02-03 14:18:06 +01:00 |
|
Sander Spies
|
bbe80bcbfb
|
Merge.
|
2020-02-03 14:01:01 +01:00 |
|
Sander Spies
|
bf985797fb
|
- Don't allow to chain let bindings like: let a = let b = 2 .
- Give a proper warning when creating an incorrect let binding.
|
2020-02-03 10:53:44 +01:00 |
|
Sander Spies
|
6beccd09a8
|
Wrong function arguments error message.
|
2020-02-02 18:08:16 +01:00 |
|
Christian Rinderknecht
|
e6119db35a
|
Merge branch 'dev' of gitlab.com:ligolang/ligo into feature/doc-pascaligo-loop
|
2020-02-01 15:09:04 +01:00 |
|
Sander Spies
|
6c3879403b
|
Enable incremental parser by default \o/
Fix test.
|
2020-01-31 17:45:48 +01:00 |
|