schaeff
|
9f2fecf7ec
|
update zok to new assert syntax, rewrite NotEq
|
2020-07-15 22:23:37 +02:00 |
|
schaeff
|
0c45880c2e
|
introduce explicit assert syntax
|
2020-07-15 16:23:28 +02:00 |
|
schaeff
|
50be20e8ba
|
complete changes
|
2020-07-13 17:05:59 +02:00 |
|
schaeff
|
5c1a361619
|
wip
|
2020-07-13 09:20:27 +02:00 |
|
schaeff
|
9b35d4beb1
|
add more import examples
|
2020-06-22 13:53:42 +02:00 |
|
schaeff
|
bced546490
|
Merge branch 'u8-playground' of github.com:Zokrates/ZoKrates into any-assertion
|
2020-06-17 18:13:05 +02:00 |
|
schaeff
|
da51a42a8b
|
fix typo
|
2020-06-15 23:55:07 +02:00 |
|
schaeff
|
dce41e50e8
|
implement any assertion naively
|
2020-06-15 23:51:36 +02:00 |
|
schaeff
|
a83e897ad7
|
fix broken links, correct declaration docs
|
2020-06-15 15:09:14 +02:00 |
|
JacobEberhardt
|
e6de36c9c9
|
Merge pull request #612 from Zokrates/boolean-stdlib
Use booleans when possible in stdlib
|
2020-06-09 10:54:11 +02:00 |
|
schaeff
|
23eeb9c9bb
|
merge boolean embeds
|
2020-06-08 20:41:36 +02:00 |
|
schaeff
|
9a2e61aa1f
|
update docs, make tests pass
|
2020-06-08 18:43:10 +02:00 |
|
Thibaut Schaeffer
|
ed555b3259
|
Merge pull request #602 from Zokrates/add-struct-names
Add struct names to typed_absy types
|
2020-06-05 11:26:40 +02:00 |
|
schaeff
|
1dc34e2b7f
|
update docs
|
2020-05-19 19:27:21 +02:00 |
|
dark64
|
6c715ca873
|
update docs
|
2020-05-18 17:46:41 +02:00 |
|
schaeff
|
648f71e8c1
|
add name to typed types
|
2020-05-14 23:03:15 +02:00 |
|
schaeff
|
2c07fee812
|
remove if else
|
2020-05-14 20:17:50 +02:00 |
|
schaeff
|
bc440d37ee
|
fix ser
|
2020-04-23 14:42:54 +02:00 |
|
schaeff
|
c802077b74
|
add macro to restrict compilation to a given curve
|
2020-04-22 19:53:10 +02:00 |
|
schaeff
|
ba54e346f2
|
update code for new semantics
|
2020-04-14 16:32:14 +02:00 |
|
schaeff
|
c71c58b3a8
|
merge dev
|
2020-04-09 16:24:58 +02:00 |
|
schaeff
|
f03c55b54a
|
wip
|
2020-04-09 16:24:21 +02:00 |
|
schaeff
|
9a1d40ffad
|
change parser to accept struct types when declaring, enforce examples to be tested
|
2020-04-08 18:03:04 +02:00 |
|
William Entriken
|
27e9385a18
|
Whitespace and spelling fixes
|
2020-01-06 14:07:40 -05:00 |
|
Thibaut
|
0a7139f98e
|
merge dev
|
2019-09-30 14:08:46 +02:00 |
|
Thibaut
|
f305ded646
|
allow newlines in inline defs
|
2019-09-30 13:49:54 +02:00 |
|
Thibaut
|
3b0b6959e3
|
change struct declaration syntax
|
2019-09-28 18:24:29 +02:00 |
|
JacobEberhardt
|
20f3a980fe
|
Struct doc with examples.
Break current preliminary impl. as they have spec character.
|
2019-09-24 22:14:42 +02:00 |
|
schaeff
|
ed300a9a28
|
change file endings
|
2019-09-24 12:05:43 +02:00 |
|
schaeff
|
a0c2663471
|
merge dev
|
2019-09-23 11:33:19 +02:00 |
|
schaeff
|
c49a97c154
|
reverse array declaration dimensions, fix tests
|
2019-09-18 10:35:39 +02:00 |
|
JacobEberhardt
|
b17f34e415
|
Documentation on extended array types
|
2019-09-17 18:05:09 +02:00 |
|
schaeff
|
6ab1a96ca6
|
add assignment to struct members
|
2019-09-11 19:11:39 +02:00 |
|
schaeff
|
494eca0599
|
merge rec-arrays
|
2019-09-10 12:52:03 +02:00 |
|
schaeff
|
ca6d92b349
|
implement multidim updates
|
2019-09-09 09:59:49 +02:00 |
|
schaeff
|
b139c9aa93
|
merge rec-arrays, introduce annotate method for structs
|
2019-08-27 16:03:28 +02:00 |
|
schaeff
|
acbb0d63a8
|
implement spreads for any type
|
2019-08-26 15:05:51 +02:00 |
|
schaeff
|
8601d6599f
|
fix all tests, remove all warnings
|
2019-08-08 00:37:44 +02:00 |
|
schaeff
|
bb0973de1e
|
add error handling, wrap types in nodes for sourcemaps, move type to absy and typed_absy
|
2019-08-06 00:12:47 +02:00 |
|
schaeff
|
ff21034f07
|
introduce targetted imports
|
2019-08-02 19:58:44 +02:00 |
|
schaeff
|
b2fcb4c271
|
fully recursive arrays
|
2019-07-16 15:31:25 +02:00 |
|
schaeff
|
0f74b4990b
|
Merge branch 'develop' of github.com:Zokrates/ZoKrates into generalize-arrays
|
2019-07-10 19:37:10 +02:00 |
|
schaeff
|
a83a68ec53
|
document, remove imports in typed_absy, revert example
|
2019-07-10 00:07:20 +02:00 |
|
schaeff
|
e2e644364e
|
merge dev
|
2019-07-09 23:29:32 +02:00 |
|
JacobEberhardt
|
df1ef5947a
|
Merge pull request #399 from Zokrates/add-boolean-constants
Add boolean constants
|
2019-07-06 00:52:36 +02:00 |
|
schaeff
|
87588f39c3
|
fix core test
|
2019-07-05 22:58:38 +02:00 |
|
Evgenii P
|
99e08a9f1b
|
Mock github to run tests without internet
|
2019-06-26 19:44:14 +07:00 |
|
Evgenii P
|
78d577a572
|
Change github import prefix from "github:" to "github.com/"
|
2019-06-26 17:56:28 +07:00 |
|
Evgenii P
|
c7c6ece9fe
|
Fix typo in import path
|
2019-06-26 01:29:17 +07:00 |
|
Evgenii P
|
77d3bf62bc
|
Use ZoKrates repository
|
2019-06-26 01:14:48 +07:00 |
|