1
0
Fork 0
mirror of synced 2025-09-23 20:28:36 +00:00
ZoKrates/zokrates_cli/examples
2019-07-16 15:31:25 +02:00
..
arrays fully recursive arrays 2019-07-16 15:31:25 +02:00
book merge spread 2019-06-16 21:17:29 +02:00
dex simplify dex further, adjust display function 2018-10-09 17:23:32 +02:00
error add doc, example and failing test for out of scope 2019-01-29 11:24:16 +01:00
functions
imports Mock github to run tests without internet 2019-06-26 19:44:14 +07:00
merkleTree delete unecessary tree depth 2019-06-22 20:10:31 +02:00
runtime_errors add loop unrolling, post flattening constant propagation 2018-10-12 16:40:11 +02:00
sha256 fix PR comments 2019-01-31 13:29:16 +01:00
add.code
argument_reassign.code
bool_and.code Fix parsing conditions 2018-10-03 17:44:42 -04:00
bool_not.code Fix tokenizing not 2018-11-14 17:57:15 -05:00
bool_or.code Fix boolean or bugs 2018-10-31 18:39:15 -04:00
boolean_literal.code add boolean constraints true and false to grammar, pest ast, and untyped ast 2019-06-22 01:00:16 +02:00
brackets.code
comments.code
comparison_operators.code Implement Le, Gt, Ge 2018-11-05 10:46:02 -05:00
conditions.code
factorization.code
flatten.code
for.code
functions_equivalent.code
if_eq.code
left_side_call.code
multi_return.code
multi_return_sum.code
multiple_witnesses.code
n_choose_k.code
no_flatten.code
pow.code fix pow example 2018-10-02 14:38:50 +02:00
propagate.code add loop unrolling, post flattening constant propagation 2018-10-12 16:40:11 +02:00
propagate_call.code add loop unrolling, post flattening constant propagation 2018-10-12 16:40:11 +02:00
reassignment.code
reduceable_exponent.code catch exponent 0 to equal 1 at propagation and flattening 2018-10-31 17:40:27 +01:00
simple_add.code revert example 2018-10-23 18:48:33 +02:00
simple_ifelse.code
simple_mul.code
spaces_tabs_comments.code
sub.code
sudokuchecker.code
synonyms.code
taxation.code
test1.code
test_lt_max_value.code
waldo.code
wavelets.code