Pierre-Emmanuel Wulfman
|
330c48e66a
|
remove Map and BIG_Map
|
2020-03-30 17:55:02 +02:00 |
|
Pierre-Emmanuel Wulfman
|
a39c900b72
|
remove set and list
|
2020-03-30 17:55:00 +02:00 |
|
Pierre-Emmanuel Wulfman
|
6dd7afbeb1
|
change passes name concrete_to_imperative, imperative_to_sugar, sugar_to_core
|
2020-03-18 16:00:34 +01:00 |
|
Pierre-Emmanuel Wulfman
|
8b3877a92c
|
rename AST to imperative, sugar and core. Factor code in compile
|
2020-03-18 16:00:34 +01:00 |
|
Pierre-Emmanuel Wulfman
|
2abd737ed3
|
compiling
|
2020-03-18 16:00:34 +01:00 |
|
Sander
|
78ae61c5e0
|
Add remaining API docs
|
2020-03-17 15:38:41 +00:00 |
|
Pierre-Emmanuel Wulfman
|
a5f44d3e88
|
clean-up junk
|
2020-03-12 16:05:17 +01:00 |
|
Pierre-Emmanuel Wulfman
|
e7c71ae4cc
|
passing test for Cameligo
|
2020-03-12 16:05:17 +01:00 |
|
Sander Spies
|
31e8035e6a
|
Remove incorrect Big_map operations.
|
2020-03-10 14:52:59 +01:00 |
|
Sander Spies
|
608a7b7f95
|
- Refactor operators.ml to have shared pseudo modules.
- Fix tests for big_map
|
2020-03-10 12:54:18 +01:00 |
|
Lesenechal Remi
|
b7c08b78d5
|
self operator now takes an entrypoint annotation as parameter
|
2020-03-09 11:23:08 +01:00 |
|
Lesenechal Remi
|
550e6b084b
|
new constant : add self (michelson SELF)
|
2020-03-09 11:23:08 +01:00 |
|
Christian Rinderknecht
|
d43209f1a1
|
Merge branch 'dev' of gitlab.com:ligolang/ligo into rinderknecht@contracts
|
2020-03-04 15:26:43 +01:00 |
|
Lesenechal Remi
|
4e48026daa
|
typer: typing C_CREATE_CONTRACT
|
2020-03-03 13:46:11 +01:00 |
|
Christian Rinderknecht
|
00e6959503
|
Refactoring of the test contracts.
|
2020-03-02 18:01:56 +01:00 |
|
Christian Rinderknecht
|
a9214f864d
|
Reviewing again the PascaLIGO contracts.
|
2020-02-27 19:09:14 +01:00 |
|
Christian Rinderknecht
|
623e16459f
|
Changed Loop.continue to Loop.resume.
|
2020-02-26 13:36:50 +01:00 |
|
Christian Rinderknecht
|
31a39bffbc
|
I upgraded the parsers to accept Map.map etc. I rewrote the doc except "reference" to promote and deprecate built-ins.
|
2020-02-25 18:07:53 +01:00 |
|
Pierre-Emmanuel Wulfman
|
dcb342e031
|
add primitive to cameligo
|
2020-02-19 16:40:55 +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 |
|
Lesenechal Remi
|
702416a0a7
|
fix continuation and add some comments
|
2020-02-11 11:05: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
|
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
|
0374c5900b
|
add missing 'Set.iter' to cameligo
|
2020-02-09 18:22:33 +01:00 |
|
Pierre-Emmanuel Wulfman
|
ae82144418
|
removing assign, tuples, sequences,
|
2020-02-09 00:31:30 +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
|
9433fa9bc4
|
Add lsl and lsr support.
|
2020-02-06 16:17:33 +01:00 |
|
Pierre-Emmanuel Wulfman
|
4195026d73
|
add get_contract_opt and get_entrypoint_opt to ligo
|
2020-02-04 13:38:17 +01: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 |
|
John David Pressman
|
c8e0654ffe
|
Add crypto reference page to docs
Change 'black2b' to 'blake2b' in CameLIGO/ReasonLIGO frontend
|
2020-01-31 03:34:36 -08:00 |
|
Suzanne Dupéron
|
0abc4cd206
|
Started adding typer for constants
|
2020-01-30 18:50:19 +00:00 |
|
Suzanne Dupéron
|
ff9370a422
|
Improved typer error messages in operators.ml LIGO-371
|
2020-01-13 23:56:06 +01:00 |
|
Lesenechal Remi
|
2d7c3eb216
|
support bytes_unpack operator in pascaligo + tests
|
2020-01-02 16:19:21 +01:00 |
|
Lesenechal Remi
|
bddad3f234
|
add missing GE operator (>=) to cameligo
|
2019-12-31 14:23:51 +01:00 |
|
John David Pressman
|
7067644b1d
|
Merge branch 'dev' into feature/set-delegate
|
2019-12-17 12:17:02 -08:00 |
|
John David Pressman
|
a4b1c9951d
|
Add ReasonLIGO and CameLIGO tests for SET_DELEGATE
|
2019-12-17 09:50:47 -08:00 |
|
John David Pressman
|
fdeb95288d
|
Passing SET_DELEGATE test for PascaLIGO
|
2019-12-17 09:34:05 -08:00 |
|
Lesenechal Remi
|
ffb225e269
|
fix address arity and update test
|
2019-12-17 11:10:29 +01:00 |
|
John David Pressman
|
20285f2b9e
|
Add broken set_delegate test to LIGO, get to typer error
|
2019-12-16 16:26:39 -08:00 |
|
John David Pressman
|
fb8fae05d7
|
Fix IMPLICIT_ACCOUNT, again and this time add regression expect test
|
2019-12-16 12:10:31 -08:00 |
|
Sander Spies
|
6f9134834f
|
Remove original Cameligo and rename Ligodity to Cameligo.
|
2019-12-12 14:35:07 +01:00 |
|