Lesenechal Remi
|
f27f8c10d1
|
For collection loop: also capture variable in logical blocks
Also, the iterated element/s are appended tot he list of local declaration
|
2019-11-21 11:28:32 +01:00 |
|
Rémi Lesenechal
|
f0655eab28
|
Pascaligo for collection loops: take locally declared variable into account
|
2019-11-19 13:25:48 +00:00 |
|
Lesenechal Remi
|
91e245ef70
|
Fix issue with nested collection loop where inner loop iterated elements were shadowing outer loop iterated element
|
2019-11-18 14:14:54 +01:00 |
|
Lesenechal Remi
|
683bc0a72b
|
fix problems with nested for collection loop
|
2019-11-15 20:05:35 +01:00 |
|
Christian Rinderknecht
|
02f58ee212
|
I removed the annotation for the variable that iterates over collections.
for x in set s block { ... } // now
for x : t in set s block { ... } // before
|
2019-11-06 20:12:25 +01:00 |
|
Lesenechal Remi
|
a140e12394
|
add test for nested for collection loops (not supported yet)
|
2019-10-29 16:32:28 +01:00 |
|
Lesenechal Remi
|
402d849cec
|
use intermediary tuple access to get key and value for maps. add tests.
|
2019-10-29 15:43:00 +01:00 |
|
Lesenechal Remi
|
fd901548af
|
add more tests
|
2019-10-29 11:57:15 +01:00 |
|
Lesenechal Remi
|
e77f3e4903
|
empty for collection loop
|
2019-10-28 20:52:14 +01:00 |
|
Lesenechal Remi
|
37570c6a40
|
clean test
|
2019-10-28 20:52:14 +01:00 |
|
Lesenechal Remi
|
e16eac77a6
|
fixes for loop on map.
Untested because of issue with deep tuple access (LIGO-131 LIGO-134)
An error message is in the simplifier
|
2019-10-28 20:52:14 +01:00 |
|
Lesenechal Remi
|
1a035f9713
|
tests for sets
|
2019-10-28 20:52:14 +01:00 |
|
Lesenechal Remi
|
7eed9b1856
|
test passing !
|
2019-10-28 20:52:14 +01:00 |
|
Lesenechal Remi
|
7f7f19854a
|
WIP : make test a bit easier
|
2019-10-28 20:52:14 +01:00 |
|
Lesenechal Remi
|
79de96136d
|
Collection for translation without type annotation on record
|
2019-10-28 20:52:14 +01:00 |
|
Lesenechal Remi
|
730c130fb3
|
merge step and down reemoval
WIP
WIP
|
2019-10-28 20:52:14 +01:00 |
|
Lesenechal Remi
|
1d3d57c7c5
|
not complete for collect tryout
|
2019-10-28 20:52:14 +01:00 |
|
Lesenechal Remi
|
3058a57c62
|
cleaning and better tests
|
2019-10-28 20:52:14 +01:00 |
|
Lesenechal Remi
|
d8e44476ba
|
First version for ForInt loops
|
2019-10-28 20:52:14 +01:00 |
|
Christian Rinderknecht
|
ca1471612f
|
Merge branch 'pascaligo-tests' into 'dev'
Add Pascaligo tests for not kwd, (commented out) procedure and for loop
See merge request ligolang/ligo!95
|
2019-09-26 15:09:37 +00:00 |
|
galfour
|
fed4891840
|
Merge branch 'dev' into refactor/everything
|
2019-09-23 16:40:51 +02:00 |
|
galfour
|
d8b7a12c69
|
more refactoring
|
2019-09-15 13:12:19 +02:00 |
|