Suzanne Dupéron
|
735bd8e668
|
Implementing subst over the AST
|
2019-10-29 01:55:53 -04:00 |
|
Suzanne Dupéron
|
dcf5a975d4
|
More of subst
|
2019-10-28 01:10:26 -04:00 |
|
Suzanne Dupéron
|
174c028406
|
Fixing issues in the new typer
|
2019-10-27 23:24:21 -04:00 |
|
Suzanne Dupéron
|
1dc690bbba
|
Bugfix: only one propagator was called. Now they are all (both of them so far) called in turn.
|
2019-10-25 22:30:20 -04:00 |
|
Suzanne Dupéron
|
c4e996d5aa
|
Fixed module issue, thanks Christian
|
2019-10-23 12:17:18 -04:00 |
|
Suzanne Dupéron
|
535c291b3f
|
blabla
|
2019-10-23 10:45:48 -04:00 |
|
Suzanne Dupéron
|
10362426aa
|
blabla
|
2019-10-23 10:41:36 -04:00 |
|
Suzanne Dupéron
|
79967e9067
|
Hit a module problem in OCaml.
|
2019-10-22 08:50:21 -04:00 |
|
Suzanne Dupéron
|
81ab0267f5
|
cleanup
|
2019-10-16 22:19:32 -04:00 |
|
Suzanne Dupéron
|
38f9b0ba0b
|
tests build (but fail when running, as expected)
|
2019-10-11 17:22:43 -04:00 |
|
Suzanne Dupéron
|
3bbb8bfd8b
|
Fixed merge issues with new merge of dev
|
2019-10-11 17:01:28 -04:00 |
|
Suzanne Dupéron
|
5a58559edc
|
Merge remote-tracking branch 'origin/dev' into HEAD
|
2019-10-11 16:59:45 -04:00 |
|
Suzanne Dupéron
|
9e2c057edb
|
dune build passes, but not dune build @ligo-test. Threaded the typechecker's state in a bunch of places where it's likely not needed, because I don't know which parts are entrypoints and which parts are intermediate functions, and the role of the state between program fragments is not yet 100% clear to me.
|
2019-10-11 15:21:28 -04:00 |
|
Tom Jack
|
d6badf030c
|
Merge branch 'delete-vestigial-local-repo' into 'dev'
Delete vestigial local repo stuff
See merge request ligolang/ligo!81
|
2019-10-11 15:12:07 +00:00 |
|
Tom Jack
|
047065f8ee
|
Delete vestigial local repo stuff
|
2019-10-11 15:12:07 +00:00 |
|
Tom Jack
|
f06161ea42
|
Merge branch 'feature/dry-run-sender-source' into 'dev'
Accept fake values for SENDER/SOURCE in dry-run
See merge request ligolang/ligo!130
|
2019-10-11 15:09:16 +00:00 |
|
Suzanne Dupéron
|
1356159281
|
WIP on integrating typer with the bin / CLI, fixed last API change
|
2019-10-11 04:08:12 -04:00 |
|
Tom Jack
|
039d82a18f
|
Merge branch 'feature/LIGO-27-improve-packaging-and-distribution' into 'dev'
Add build & packaging scripts for multiplatform ligo binary distribution
See merge request ligolang/ligo!114
|
2019-10-11 02:26:03 +00:00 |
|
Suzanne Dupéron
|
2a39aa2949
|
Revert "Builds (commented out a few issues, just to check that there are no compilation errors left)"
This reverts commit 581babb459 .
|
2019-10-10 03:55:15 -04:00 |
|
Suzanne Dupéron
|
581babb459
|
Builds (commented out a few issues, just to check that there are no compilation errors left)
|
2019-10-10 03:55:08 -04:00 |
|
Suzanne Dupéron
|
acfbd7eb15
|
Nearly builds, only one small API change and integration errors left
|
2019-10-10 03:52:43 -04:00 |
|
Suzanne Dupéron
|
4fa54dd2c1
|
More progress on merging new typer and new dev
|
2019-10-10 01:23:55 -04:00 |
|
Rémi Lesenechal
|
dfe6f144bb
|
Merge branch 'feature/unsupported-deep-map-ops' into 'dev'
fix unsupported deep_map assignements and remove. add tests
See merge request ligolang/ligo!125
|
2019-10-09 19:57:17 +00:00 |
|
Tom Jack
|
e8afba9581
|
Accept fake values for SENDER/SOURCE in dry-run
|
2019-10-09 12:08:02 -05:00 |
|
Christian Rinderknecht
|
cbaac2d124
|
Merge branch 'rinderknecht-dev' into 'dev'
Printing of tokens from the AST is now done in a Buffer.t
See merge request ligolang/ligo!128
|
2019-10-09 16:18:04 +00:00 |
|
Christian Rinderknecht
|
bcf73d01bf
|
Printing of tokens from the AST is now done in a Buffer.t
|
2019-10-09 16:07:13 +02:00 |
|
Lesenechal Remi
|
8c29dc6df3
|
cleaning (using name return by simpl_path which is equivalent)
|
2019-10-09 11:54:48 +02:00 |
|
Lesenechal Remi
|
54662db2f6
|
use simpl_projection to build accessor
|
2019-10-09 11:54:48 +02:00 |
|
Lesenechal Remi
|
d59cd771c9
|
fix unsupported deep_map assignements and remove. add tests
|
2019-10-09 11:54:48 +02:00 |
|
Suzanne Dupéron
|
5de98259dc
|
Trying to merge new typer and new dev
|
2019-10-09 00:51:29 -04:00 |
|
Suzanne Dupéron
|
a0461d0622
|
Renamed
|
2019-10-08 18:46:55 -04:00 |
|
Sander
|
8dfb2a967f
|
Merge branch 'feature/pascaligo-remove-simplify' into 'dev'
Add test for PascaLIGO remove syntax which appears to work
See merge request ligolang/ligo!126
|
2019-10-08 19:35:09 +00:00 |
|
John David Pressman
|
88de350264
|
Add test for PascaLIGO remove syntax which appears to work
|
2019-10-08 11:54:49 -07:00 |
|
Christian Rinderknecht
|
a4ad62ad16
|
Merge branch 'rinderknecht-dev' into 'dev'
Made big_map a keyword, like map.
See merge request ligolang/ligo!124
|
2019-10-08 11:37:31 +00:00 |
|
Christian Rinderknecht
|
aa3b035c9f
|
Merge branch 'feature/pascaligo-remove-simplify' into 'dev'
[LIGO-121] Add simplified AST representation of PascaLIGO's set remove syntax
See merge request ligolang/ligo!122
|
2019-10-08 10:32:03 +00:00 |
|
Christian Rinderknecht
|
1362fbae9e
|
Made big_map a keyword, like map.
|
2019-10-08 12:24:56 +02:00 |
|
John David Pressman
|
7cf75c54c8
|
Untested rough draft of pascaligo set removal
|
2019-10-07 21:41:36 -07:00 |
|
Tom Jack
|
be88b546a4
|
Merge branch 'docker-rm' into 'dev'
Adding `--rm` to ligo.sh
See merge request ligolang/ligo!123
|
2019-10-07 23:44:02 +00:00 |
|
Rodrigo Quelhas
|
0c756a4a46
|
Adding --rm to ligo.sh
|
2019-10-07 18:02:00 -05:00 |
|
Tom Jack
|
fdf0640e28
|
Merge branch 'fix-dev' into 'dev'
Resolve mli merge conflict
See merge request ligolang/ligo!121
|
2019-10-07 19:37:38 +00:00 |
|
Tom Jack
|
4a5e41faa4
|
Resolve mli merge conflict
|
2019-10-07 13:56:48 -05:00 |
|
Christian Rinderknecht
|
6f414a8ad2
|
Merge branch 'feature/unsupported_ass_None' into 'dev'
Feature/unsupported_ass_none
See merge request ligolang/ligo!118
|
2019-10-07 16:31:19 +00:00 |
|
Christian Rinderknecht
|
9c1be8f3a3
|
Merge branch 'feature/unsupported-string-catenation' into 'dev'
feature/unsupported_string_catenation
See merge request ligolang/ligo!120
|
2019-10-07 16:30:39 +00:00 |
|
Christian Rinderknecht
|
76b4fa3f47
|
Merge branch 'rinderknecht-dev' into 'dev'
Gardening for Ligodity and update of the documentation of PascaLIGO.
See merge request ligolang/ligo!119
|
2019-10-07 15:44:36 +00:00 |
|
Lesenechal Remi
|
44767c4b8e
|
Simplifier now emit CONCAT constant
|
2019-10-07 17:16:03 +02:00 |
|
Tom Jack
|
36ec771adf
|
Remove singleton inductive type
|
2019-10-07 16:54:28 +02:00 |
|
Tom Jack
|
e2c831a231
|
Simplify more
|
2019-10-07 16:54:28 +02:00 |
|
Tom Jack
|
1c2c6cbc43
|
Delete unused NoneExpr
|
2019-10-07 16:54:28 +02:00 |
|
Tom Jack
|
3a14ef26ef
|
Simplify?
|
2019-10-07 16:54:28 +02:00 |
|
Lesenechal Remi
|
3a3cfa341a
|
cleaning
|
2019-10-07 16:54:28 +02:00 |
|