1
0
Fork 0
mirror of synced 2025-09-24 04:40:05 +00:00
ZoKrates/zokrates_cli/examples
Thibaut Schaeffer b01cadd5ba
Add CircleCi config (#160)
* add circleci config

* replace gcc with cc

* format cpp, use release in test

* remove sha256 example, revert circleci
2018-11-10 00:16:27 +01:00
..
arrays refine inlining strategy 2018-10-24 12:15:15 +02:00
dex simplify dex further, adjust display function 2018-10-09 17:23:32 +02:00
error restrict exponentiation base to numbers and identifiers 2018-10-31 19:24:04 +01:00
functions fix examples 2018-09-12 14:13:54 +02:00
imports port most examples to new syntax 2018-08-20 16:43:53 +02:00
runtime_errors add loop unrolling, post flattening constant propagation 2018-10-12 16:40:11 +02:00
sha256 Add CircleCi config (#160) 2018-11-10 00:16:27 +01: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_or.code Fix boolean or bugs 2018-10-31 18:39:15 -04: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
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