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 |
|
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
|
26059c281a
|
Forgot to check that function parameters are not reserved names.
|
2020-02-05 18:09:45 +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 |
|
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 |
|
Sander Spies
|
6c3879403b
|
Enable incremental parser by default \o/
Fix test.
|
2020-01-31 17:45:48 +01:00 |
|
Sander Spies
|
ff16af9331
|
Merge
|
2020-01-31 16:06:47 +01:00 |
|
Sander Spies
|
c3cb69a0d0
|
Move error.messages handling to dune.
|
2020-01-31 16:05:59 +01: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
|
96468bd8ff
|
Disabled conversion of records & variants to type constructor + argument list in new typer, the current implementation is just wrong.
|
2020-01-30 18:50:19 +00:00 |
|
Sander
|
6551168a56
|
ReasonLIGO type declaration improvements for tuples and function arguments.
CameLIGO tests for tuples and function arguments.
|
2020-01-30 17:38:01 +00:00 |
|
Christian Rinderknecht
|
a6bf16cbe2
|
Merge branch 'dev' of gitlab.com:ligolang/ligo into rinderknecht-dev
|
2020-01-29 16:49:42 +01:00 |
|
Suzanne Dupéron
|
5ff9803989
|
Merge remote-tracking branch 'origin/dev' into dev
|
2020-01-28 22:30:31 +00:00 |
|
Suzanne Dupéron
|
a9a12ae244
|
Changes requested in MR review
|
2020-01-28 20:23:11 +00:00 |
|
Pierre-Emmanuel Wulfman
|
f36d6a01de
|
Modify record update, using path for update
|
2020-01-28 14:12:46 +00:00 |
|
Christian Rinderknecht
|
a29b5acb31
|
Finished refactoring the front-end.
|
2020-01-27 17:28:31 +01:00 |
|
Christian Rinderknecht
|
8047e98124
|
WIP: Refactoring of the front-end.
|
2020-01-27 16:36:04 +01:00 |
|
Christian Rinderknecht
|
fc3385389b
|
[WIP] Refactoring the front-end.
|
2020-01-27 16:05:47 +01:00 |
|
Christian Rinderknecht
|
8843a46975
|
Added missing check for reserved names in CameLIGO.
The calls to the lexer and parser of CameLIGO through the compiler use
now their error messages, like in PascaLIGO.
|
2020-01-24 15:57:41 +01:00 |
|
Christian Rinderknecht
|
3c9dd93c8b
|
Fixed again priority of "->" vs "*" in type expressions.
Fixed negative tests.
|
2020-01-24 14:35:15 +01:00 |
|
Christian Rinderknecht
|
47a41971d7
|
Fixed the parsing of [a * b -> c] as [(a * b) -> c].
|
2020-01-24 14:15:07 +01:00 |
|
Christian Rinderknecht
|
e85486eae4
|
Improved slightly the formatting of some error messages.
Fixed the bug in the parser: I wrongly closed [stdout].
|
2020-01-24 14:03:25 +01:00 |
|
Christian Rinderknecht
|
41d6956b66
|
[WIP] Added traces to debug
|
2020-01-24 12:56:05 +01:00 |
|
Christian Rinderknecht
|
4f4294bf56
|
Refactoring of the front-end towards integration of the local builds
and the globol build, using the parser error messages, for instance.
|
2020-01-23 18:28:04 +01:00 |
|
Suzanne Dupéron
|
1592404e03
|
Merge commit '4977c18e' into bugfix/new-typer
|
2020-01-23 11:56:02 +01:00 |
|
Suzanne Dupéron
|
ef6f46db5b
|
typer: bugfix: stray leftover attempt to typecheck the old way in the new typer
|
2020-01-22 15:30:38 +01:00 |
|
Suzanne Dupéron
|
c5190ac91d
|
typer: bugfix: missing case for E_skip
|
2020-01-22 15:30:29 +01:00 |
|
Suzanne Dupéron
|
d97044b581
|
typer: bugfix: arrow is now a built-in type constructor
|
2020-01-22 15:30:18 +01:00 |
|