ligo/src/test/contracts
2019-11-18 18:44:15 +01:00
..
amount.mligo more refactoring 2019-09-15 13:12:19 +02:00
annotation.ligo Add explanatory comment to annotation.ligo 2019-10-24 14:44:07 -07:00
application.ligo add and test more ways to do function application in pascaligo 2019-11-14 20:13:15 +01:00
arithmetic.ligo Merge branch 'dev' into refactor/everything 2019-09-23 16:40:51 +02:00
arithmetic.mligo Merge branch 'dev' of gitlab.com:ligolang/ligo into test/cameligo-test-parity 2019-10-29 22:06:42 -07:00
assert.mligo Refactoring of Ligodity (CameLIGO) and making an AST pretty-printer 2019-11-04 23:51:47 +01:00
assign.ligo more refactoring 2019-09-15 13:12:19 +02:00
balance_constant.ligo Add ability to access balance to PascaLIGO 2019-11-12 08:01:18 -08:00
balance_constant.mligo Finish balance operator and add test for CameLIGO 2019-11-06 11:08:18 -08:00
basic.mligo more refactoring 2019-09-15 13:12:19 +02:00
big_map.ligo add anon functions; remove pre-block declarations; update tests 2019-11-18 16:10:48 +01:00
big_map.mligo updating tests (we don't need the big_map to be in a pair anymore) 2019-10-22 12:23:48 +02:00
bitwise_arithmetic.ligo Merge branch 'dev' into refactor/everything 2019-09-23 16:40:51 +02:00
bitwise_arithmetic.mligo Refactoring of Ligodity (CameLIGO) and making an AST pretty-printer 2019-11-04 23:51:47 +01:00
blockless.ligo Write blockless function test and make it pass 2019-10-19 10:46:24 -07:00
boolean_operators.ligo Merge branch 'pascaligo-tests' into 'dev' 2019-09-26 15:09:37 +00:00
boolean_operators.mligo Fix boolean tests for CameLIGO 2019-10-24 09:13:31 -07:00
bytes_arithmetic.ligo more refactoring 2019-09-15 13:12:19 +02:00
bytes_arithmetic.mligo Fix merge conflict 2019-11-06 07:35:15 -06:00
closure-1.ligo add anon functions; remove pre-block declarations; update tests 2019-11-18 16:10:48 +01:00
closure-2.ligo add anon functions; remove pre-block declarations; update tests 2019-11-18 16:10:48 +01:00
closure-3.ligo add anon functions; remove pre-block declarations; update tests 2019-11-18 16:10:48 +01:00
closure.ligo add anon functions; remove pre-block declarations; update tests 2019-11-18 16:10:48 +01:00
coase.ligo remove fail 2019-09-26 19:30:17 +02:00
condition-annot.mligo Refactoring of Ligodity (CameLIGO) and making an AST pretty-printer 2019-11-04 23:51:47 +01:00
condition-shadowing.mligo Refactoring of Ligodity (CameLIGO) and making an AST pretty-printer 2019-11-04 23:51:47 +01:00
condition-simple.ligo Merge branch 'dev' into refactor/everything 2019-09-23 16:40:51 +02:00
condition.ligo add anon functions; remove pre-block declarations; update tests 2019-11-18 16:10:48 +01:00
condition.mligo Refactoring of Ligodity (CameLIGO) and making an AST pretty-printer 2019-11-04 23:51:47 +01:00
counter.ligo more refactoring 2019-09-15 13:12:19 +02:00
counter.mligo Refactoring of Ligodity (CameLIGO) and making an AST pretty-printer 2019-11-04 23:51:47 +01:00
declaration-local.ligo Merge branch 'dev' into refactor/everything 2019-09-23 16:40:51 +02:00
declarations.ligo Merge branch 'dev' into refactor/everything 2019-09-23 16:40:51 +02:00
deep_access.ligo add anon functions; remove pre-block declarations; update tests 2019-11-18 16:10:48 +01:00
dispatch-counter.ligo more refactoring 2019-09-15 13:12:19 +02:00
error_syntax.ligo more refactoring 2019-09-15 13:12:19 +02:00
error_type.ligo Merge branch 'dev' into refactor/everything 2019-09-23 16:40:51 +02:00
failwith.ligo add anon functions; remove pre-block declarations; update tests 2019-11-18 16:10:48 +01:00
failwith.mligo Refactoring of Ligodity (CameLIGO) and making an AST pretty-printer 2019-11-04 23:51:47 +01:00
fibo2.mligo Refactoring of Ligodity (CameLIGO) and making an AST pretty-printer 2019-11-04 23:51:47 +01:00
fibo3.mligo Refactoring of Ligodity (CameLIGO) and making an AST pretty-printer 2019-11-04 23:51:47 +01:00
fibo4.mligo Refactoring of Ligodity (CameLIGO) and making an AST pretty-printer 2019-11-04 23:51:47 +01:00
fibo.mligo Refactoring of Ligodity (CameLIGO) and making an AST pretty-printer 2019-11-04 23:51:47 +01:00
for_fail.ligo Move tests, remove operators 2019-10-23 09:38:45 -05:00
function-anon.ligo test anon function 2019-11-18 18:44:15 +01:00
function-complex.ligo add anon functions; remove pre-block declarations; update tests 2019-11-18 16:10:48 +01:00
function-shared.ligo Merge branch 'dev' into refactor/everything 2019-09-23 16:40:51 +02:00
function-shared.mligo Refactoring of Ligodity (CameLIGO) and making an AST pretty-printer 2019-11-04 23:51:47 +01:00
function.ligo Merge branch 'dev' into refactor/everything 2019-09-23 16:40:51 +02:00
guess_string.mligo Refactoring of Ligodity (CameLIGO) and making an AST pretty-printer 2019-11-04 23:51:47 +01:00
heap-instance.ligo more refactoring 2019-09-15 13:12:19 +02:00
heap.ligo Merge branch 'dev' into refactor/everything 2019-09-23 16:40:51 +02:00
high-order.ligo add anon functions; remove pre-block declarations; update tests 2019-11-18 16:10:48 +01:00
included.ligo Merge branch 'dev' into refactor/everything 2019-09-23 16:40:51 +02:00
includer.ligo Merge branch 'dev' into refactor/everything 2019-09-23 16:40:51 +02:00
incr_decr.mligo Refactoring of Ligodity (CameLIGO) and making an AST pretty-printer 2019-11-04 23:51:47 +01:00
lambda2.mligo Refactoring of Ligodity (CameLIGO) and making an AST pretty-printer 2019-11-04 23:51:47 +01:00
lambda.ligo add anon functions; remove pre-block declarations; update tests 2019-11-18 16:10:48 +01:00
lambda.mligo Refactoring of Ligodity (CameLIGO) and making an AST pretty-printer 2019-11-04 23:51:47 +01:00
letin.mligo Refactoring of Ligodity (CameLIGO) and making an AST pretty-printer 2019-11-04 23:51:47 +01:00
list.ligo add anon functions; remove pre-block declarations; update tests 2019-11-18 16:10:48 +01:00
list.mligo Refactoring of Ligodity (CameLIGO) and making an AST pretty-printer 2019-11-04 23:51:47 +01:00
loop.ligo fix problems with nested for collection loop 2019-11-15 20:05:35 +01:00
loop.mligo [LIGO-168] Add the while loop to CameLIGO 2019-11-04 19:06:18 +00:00
map.ligo add anon functions; remove pre-block declarations; update tests 2019-11-18 16:10:48 +01:00
map.mligo Refactoring of Ligodity (CameLIGO) and making an AST pretty-printer 2019-11-04 23:51:47 +01:00
match_bis.mligo Refactoring of Ligodity (CameLIGO) and making an AST pretty-printer 2019-11-04 23:51:47 +01:00
match.ligo add anon functions; remove pre-block declarations; update tests 2019-11-18 16:10:48 +01:00
match.mligo Refactoring of Ligodity (CameLIGO) and making an AST pretty-printer 2019-11-04 23:51:47 +01:00
multiple-parameters.ligo Merge branch 'dev' into refactor/everything 2019-09-23 16:40:51 +02:00
multiple-parameters.mligo Add test for several function parameters in CameLIGO 2019-10-28 22:07:00 -07:00
new-syntax.mligo Refactoring of Ligodity (CameLIGO) and making an AST pretty-printer 2019-11-04 23:51:47 +01:00
option.ligo add anon functions; remove pre-block declarations; update tests 2019-11-18 16:10:48 +01:00
option.mligo add options in cameligo 2019-09-20 20:38:04 +02:00
parser-bad-reported-term.ligo more refactoring 2019-09-15 13:12:19 +02:00
procedure.ligo Move tests, remove operators 2019-10-23 09:38:45 -05:00
quote-declaration.ligo more refactoring 2019-09-15 13:12:19 +02:00
quote-declarations.ligo more refactoring 2019-09-15 13:12:19 +02:00
record.ligo Merge branch 'dev' into refactor/everything 2019-09-23 16:40:51 +02:00
record.mligo more refactoring 2019-09-15 13:12:19 +02:00
set_arithmetic-1.ligo add anon functions; remove pre-block declarations; update tests 2019-11-18 16:10:48 +01:00
set_arithmetic-1.mligo Add test for CameLIGO set fold 2019-10-29 21:33:48 -07:00
set_arithmetic.ligo Remove PascaLIGO set_size 2019-10-22 20:24:05 -07:00
set_arithmetic.mligo Refactoring of Ligodity (CameLIGO) and making an AST pretty-printer 2019-11-04 23:51:47 +01:00
shadow.ligo add anon functions; remove pre-block declarations; update tests 2019-11-18 16:10:48 +01:00
simple_access.ligo add anon functions; remove pre-block declarations; update tests 2019-11-18 16:10:48 +01:00
string_arithmetic.ligo more refactoring 2019-09-15 13:12:19 +02:00
string_arithmetic.mligo Refactoring of Ligodity (CameLIGO) and making an AST pretty-printer 2019-11-04 23:51:47 +01:00
string.ligo Simplifier now emit CONCAT constant 2019-10-07 17:16:03 +02:00
super-counter.ligo more refactoring 2019-09-15 13:12:19 +02:00
super-counter.mligo more refactoring 2019-09-15 13:12:19 +02:00
tez.ligo Replace "mtz" with "mutez" 2019-10-27 11:50:24 -05:00
tez.mligo Replace "mtz" with "mutez" 2019-10-27 11:50:24 -05:00
toto.ligo more refactoring 2019-09-15 13:12:19 +02:00
tuple.ligo more refactoring 2019-09-15 13:12:19 +02:00
tuple.mligo Refactoring of Ligodity (CameLIGO) and making an AST pretty-printer 2019-11-04 23:51:47 +01:00
type-alias.ligo more refactoring 2019-09-15 13:12:19 +02:00
unit.ligo more refactoring 2019-09-15 13:12:19 +02:00
variant-matching.ligo more refactoring 2019-09-15 13:12:19 +02:00
variant.ligo more refactoring 2019-09-15 13:12:19 +02:00
variant.mligo Refactoring of Ligodity (CameLIGO) and making an AST pretty-printer 2019-11-04 23:51:47 +01:00
vote.mligo Refactoring of Ligodity (CameLIGO) and making an AST pretty-printer 2019-11-04 23:51:47 +01:00
website1.ligo more refactoring 2019-09-15 13:12:19 +02:00
website2.ligo more refactoring 2019-09-15 13:12:19 +02:00
website2.mligo Refactoring of Ligodity (CameLIGO) and making an AST pretty-printer 2019-11-04 23:51:47 +01:00