1
0
Fork 0
mirror of synced 2025-09-24 04:40:05 +00:00
ZoKrates/zokrates_cli/examples
2019-09-28 18:24:29 +02:00
..
arrays reverse array declaration dimensions, fix tests 2019-09-18 10:35:39 +02:00
book change struct declaration syntax 2019-09-28 18:24: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 fix examples 2018-09-12 14:13:54 +02:00
imports fix all tests, remove all warnings 2019-08-08 00:37:44 +02: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
structs change struct declaration syntax 2019-09-28 18:24:29 +02:00
add.code port most examples to new syntax 2018-08-20 16:43:53 +02:00
argument_reassign.code fix examples 2018-09-12 14:13:54 +02:00
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 port most examples to new syntax 2018-08-20 16:43:53 +02:00
comments.code port most examples to new syntax 2018-08-20 16:43:53 +02:00
comparison_operators.code Implement Le, Gt, Ge 2018-11-05 10:46:02 -05:00
conditions.code implement type inference for multidef 2018-08-21 13:05:17 +02:00
factorization.code add type annotation to definitions, unify reserved keyword handling 2018-08-16 18:06:00 +02:00
flatten.code port most examples to new syntax 2018-08-20 16:43:53 +02:00
for.code better error messages, wrap scope operations 2018-08-21 16:52:29 +02:00
functions_equivalent.code port most examples to new syntax 2018-08-20 16:43:53 +02:00
if_eq.code port most examples to new syntax 2018-08-20 16:43:53 +02:00
left_side_call.code port most examples to new syntax 2018-08-20 16:43:53 +02:00
multi_return.code implement type inference for multidef 2018-08-21 13:05:17 +02:00
multi_return_sum.code implement type inference for multidef 2018-08-21 13:05:17 +02:00
multiple_witnesses.code port most examples to new syntax 2018-08-20 16:43:53 +02:00
n_choose_k.code port most examples to new syntax 2018-08-20 16:43:53 +02:00
no_flatten.code port most examples to new syntax 2018-08-20 16:43:53 +02:00
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 fix examples 2018-09-12 14:13:54 +02:00
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 port most examples to new syntax 2018-08-20 16:43:53 +02:00
simple_mul.code port most examples to new syntax 2018-08-20 16:43:53 +02:00
spaces_tabs_comments.code port most examples to new syntax 2018-08-20 16:43:53 +02:00
sub.code port most examples to new syntax 2018-08-20 16:43:53 +02:00
sudokuchecker.code implement type inference for multidef 2018-08-21 13:05:17 +02:00
synonyms.code port most examples to new syntax 2018-08-20 16:43:53 +02:00
taxation.code fix examples 2018-09-12 14:13:54 +02:00
test1.code port most examples to new syntax 2018-08-20 16:43:53 +02:00
test_lt_max_value.code port most examples to new syntax 2018-08-20 16:43:53 +02:00
waldo.code implement type inference for multidef 2018-08-21 13:05:17 +02:00
wavelets.code port most examples to new syntax 2018-08-20 16:43:53 +02:00