Kirill Andreev
efe1afb61d
Add byte offsets to Range
2020-08-11 12:31:50 +04:00
Kirill Andreev
c603cd399d
Refactor AST -> types/parser, extract Range/Printer
2020-08-11 12:31:50 +04:00
Kirill Andreev
017db45f8d
Fix bulk of function header parser
2020-08-11 12:31:50 +04:00
Kirill Andreev
cb40392554
Add README.md with install/run instructions
2020-08-11 12:31:49 +04:00
Kirill Andreev
510cda6613
Initial commit of LIGO tooling
2020-08-11 12:31:49 +04:00
Gabriel Alfour
0c0889f514
Merge branch 'optimize-inserted-michelson' into 'dev'
...
Optimize inserted michelson
See merge request ligolang/ligo!714
2020-07-05 07:36:10 +00:00
Tom Jack
9b4e881827
fix expect test
2020-07-04 23:16:54 -05:00
Tom Jack
b905c49579
Beta-reduce "inserted" Michelson lambdas
2020-07-04 16:36:27 -05:00
Tom Jack
fcb6647551
Strip annots in PUSH type
2020-07-04 16:36:26 -05:00
Sander
0b0de1ea59
Merge branch 'rinderknecht@fix-verbatim' into 'dev'
...
Improved the lexing of verbatim strings for Michelson inclusion
See merge request ligolang/ligo!713
2020-07-04 13:02:22 +00:00
Christian Rinderknecht
ca50603a7c
Added to the scanning of verbatim strings: new line and preprocessor
...
line directive.
2020-07-04 14:38:47 +02:00
Jev Björsell
c489989cd3
Merge branch 'disable_id_contract_examples' into 'dev'
...
chore(ide) Disable the ID Example contracts until LIGO-676 is resolved
See merge request ligolang/ligo!711
2020-07-03 18:17:06 +00:00
Jev Björsell
61898eb52d
chore(ide) Disable the ID Example contracts until LIGO-676 is resolved
2020-07-03 10:42:50 -07:00
Gabriel Alfour
42c0baa00b
Merge branch 'dont-trace-strong' into 'dev'
...
Remove a trace_strong in compiler
See merge request ligolang/ligo!710
2020-07-03 16:22:42 +00:00
Rémi Lesenechal
99448ef371
Merge branch '199-add-an-option-to-specify-output' into 'dev'
...
Resolve "Add an option to specify output"
Closes #199
See merge request ligolang/ligo!704
2020-07-03 13:45:48 +00:00
Tom Jack
cbf1680e36
Remove trace_strong in compiler
2020-07-03 08:24:50 -05:00
Rémi
ec2c1571af
CLI: --output option for compile-contract
2020-07-03 14:35:45 +02:00
Lesenechal Remi
ab773a56a4
errors are printed to std err:
...
this has the weird side effect to indent the error after 'ligo: error'
2020-07-03 14:32:43 +02:00
Rémi Lesenechal
567515a5ce
Merge branch 'feature/initial_req_serokell' into 'dev'
...
get-scope command
See merge request ligolang/ligo!690
2020-07-03 11:57:53 +00:00
Lesenechal Remi
f25c9bd33a
get-scope: adding a test with includes
2020-07-03 12:37:35 +02:00
Pierre-Emmanuel Wulfman
93d96b2e7b
Merge branch 'fix/order_of_match_bool' into 'dev'
...
Fix matching bool
See merge request ligolang/ligo!700
2020-07-02 21:42:11 +00:00
Pierre-Emmanuel Wulfman
2893fc0412
fix detection of matching on bool in the spiller
2020-07-02 23:21:14 +02:00
Rémi Lesenechal
43b70361bc
Merge branch 'gardening/improve_on_error_formatting' into 'dev'
...
bunch of fixes to the PPs
See merge request ligolang/ligo!705
2020-07-02 18:10:56 +00:00
Rémi
d0071ca0e8
bunch of fixes to the PPs:
...
* Now uses the expression variable location in constant declaration tracer
* switched to horizontal boxes for record/sum types PP's
* removed weird indentation
2020-07-02 18:17:11 +02:00
Tom Jack
2f0ffc10ac
Merge branch 'dont-strip-annots' into 'dev'
...
Don't strip annots when running Michelson
See merge request ligolang/ligo!701
2020-07-02 09:29:38 +00:00
Christian Rinderknecht
3656d9e1ff
Merge branch 'rinderknecht@pprint_comments' into 'dev'
...
Refactoring of the build of the front-end
See merge request ligolang/ligo!698
2020-07-01 19:12:01 +00:00
Christian Rinderknecht
6c50ec0ed1
Merge branch 'dev' of gitlab.com:ligolang/ligo into rinderknecht@pprint_comments
2020-07-01 20:49:05 +02:00
Rémi Lesenechal
42893548c5
Merge branch 'gardening/bad_pp_error_stacking' into 'dev'
...
gardening: fix bad error PP that can appear in tests
See merge request ligolang/ligo!703
2020-07-01 16:54:20 +00:00
Lesenechal Remi
e1177de402
fix bad error PP that can appear in tests
2020-07-01 16:40:12 +02:00
Lesenechal Remi
6a3ab09f7c
get_scope: scopes for records update/access, constants and applications
2020-07-01 15:37:49 +02:00
Lesenechal Remi
728cf3f1ba
get_scope fixes:
...
- merge inner_def maps in the main fold
- make use of the expression variable locations
2020-07-01 13:10:52 +02:00
Tom Jack
01423174b2
Don't strip annots when running Michelson
...
This fixes a bug in `compile-parameter` etc when the value contains
lambdas containing important annotations.
2020-07-01 04:40:03 -05:00
Lesenechal Remi
f9b3887753
get_scope : fix definition_id bug
2020-07-01 01:22:10 +02:00
Lesenechal Remi
50a1e48f28
get_scope command: fix recursive handling
2020-07-01 01:22:10 +02:00
Lesenechal Remi
8a551114c3
ignore generated variables
2020-07-01 01:22:10 +02:00
Lesenechal Remi
4026411e10
get-scope --with-types flag
2020-07-01 01:22:10 +02:00
Lesenechal Remi
21904f7e53
get_scope command : tests
2020-07-01 01:22:10 +02:00
Lesenechal Remi
2659570b8a
get-scope command. New module Ligo.scopes
2020-07-01 01:22:10 +02:00
Lesenechal Remi
2a9ef440db
to_json for locations
2020-07-01 01:22:10 +02:00
Lesenechal Remi
ca2ec3d795
use Yojson.t isntead of Yojson.Basic.t
2020-07-01 01:22:10 +02:00
Rémi Lesenechal
bff67e3779
Merge branch 'feature/expression_variable_locations' into 'dev'
...
Location for expression variable in the AST's
See merge request ligolang/ligo!699
2020-06-30 22:30:09 +00:00
Tom Jack
ead7832c50
Fix some polymorphic comparison bugs
2020-06-30 14:31:04 -05:00
Lesenechal Remi
e9db0afffa
WIIP
2020-06-30 19:15:04 +02:00
Christian Rinderknecht
b304b82e11
Merge branch 'dev' into rinderknecht@pprint_comments
2020-06-30 17:10:48 +02:00
Christian Rinderknecht
d1b7388550
Refactoring of the dune files, minimised dependencies.
2020-06-30 14:34:15 +02:00
Pierre-Emmanuel Wulfman
b1ccaef07e
Merge branch 'feature/transpiler' into 'dev'
...
Feature/transpiler
See merge request ligolang/ligo!696
2020-06-29 13:05:35 +00:00
Pierre-Emmanuel Wulfman
bc259fcde7
Feature/transpiler
2020-06-29 13:05:34 +00:00
Rémi Lesenechal
12f7b7c904
Merge branch 'typer-error-revert-rename' into 'dev'
...
Rename "Compare" module
See merge request ligolang/ligo!695
2020-06-24 19:54:17 +00:00
Suzanne Dupéron
0dc4315359
compare (lowercase) has a bit of a special meaning in OCaml, renaming the Compare module to Compare_types for now to avoid potential confusion (?)
2020-06-24 20:23:36 +01:00
Rémi Lesenechal
e319e2d2cd
Merge branch 'typer-error-revert' into 'dev'
...
Typer error revert
See merge request ligolang/ligo!689
2020-06-24 17:44:31 +00:00