Commit Graph

600 Commits

Author SHA1 Message Date
collin
837a006e51 move error struct to types. fix integer namespaces 2020-06-20 15:24:46 -07:00
GitHub Action
fb0ce5701c Add markdown changes 2020-06-20 08:42:33 +00:00
howardwu
d80734fbb5 Add a member_field_and_function test 2020-06-20 01:40:56 -07:00
howardwu
8b8d205bf0 Merge branch 'master' of https://github.com/AleoHQ/leo into feature/values 2020-06-20 01:20:14 -07:00
howardwu
88c0feb334 Change to circuit_name in internal variables 2020-06-20 01:18:53 -07:00
Howard Wu
a3318c6fbe
Rename inputs.leo to pedersen_hash.in 2020-06-20 01:15:36 -07:00
howardwu
c9d3f8615e Change circuit_definition to circuit in leo.pest 2020-06-20 00:58:04 -07:00
howardwu
3df120f9d0 Rename identifier to circuit_name in Circuit type 2020-06-20 00:45:41 -07:00
collin
ec8a804654 uncomment tests, remove unused method 2020-06-19 23:21:55 -07:00
collin
9e93462f2b merge master 2020-06-19 23:16:12 -07:00
collin
0f5d2e1076 fix leo cli 2020-06-19 23:08:15 -07:00
collin
82a0afc17e convert leo-inputs to span with errors. fix tests 2020-06-19 23:02:58 -07:00
Howard Wu
f5071a0d38
Merge pull request #67 from AleoHQ/fix/inputs
Update file extensions, update + fix CLI, update compiler
2020-06-19 22:22:52 -07:00
howardwu
825b06e9f1 Update gitignore file generation 2020-06-19 22:22:23 -07:00
howardwu
9be27f8da2 Merge branch 'master' of https://github.com/AleoHQ/leo into fix/inputs 2020-06-19 22:07:31 -07:00
howardwu
03b59b573b Update file extensions to new convention 2020-06-19 22:07:02 -07:00
collin
2743b23e1e convert functions to span with error 2020-06-19 21:49:42 -07:00
collin
f3e81184c1 convert expressions to span with error 2020-06-19 21:38:36 -07:00
Howard Wu
e96cc9b4fb
Update README.md 2020-06-19 20:57:24 -07:00
collin
3d1fe9cc4b convert statements to span with error 2020-06-19 19:04:13 -07:00
collin
6922d5dd73 convert identifer to span with error 2020-06-19 17:28:50 -07:00
collin
c54f1817ce impl custom span and error structs 2020-06-19 15:47:09 -07:00
Howard Wu
635d9ff7cb
Add files via upload 2020-06-18 23:28:49 -07:00
Collin Chin
ad8223a8a4
Merge pull request #65 from AleoHQ/feature/const
Feature/const
2020-06-17 22:50:23 -07:00
collin
a5a8ba74de fix imports 2020-06-17 19:25:13 -07:00
collin
71a0e14bea Merge branch 'master' of https://github.com/AleoHQ/language into feature/const 2020-06-17 17:32:24 -07:00
Howard Wu
267837e169
Merge pull request #63 from AleoHQ/remove/visibility
Remove/visibility
2020-06-17 16:52:19 -07:00
Howard Wu
c9075de066
Merge pull request #64 from AleoHQ/refactor/test-files
remove reserved characters
2020-06-17 16:50:57 -07:00
collin
51f603b881 add span error formatting for inputs 2020-06-17 15:40:39 -07:00
collin
cf9d903a2a remove reserved characters 2020-06-16 19:18:02 -07:00
collin
4d1bf9071c add span to input values 2020-06-16 19:13:11 -07:00
collin
874bbe5a10 merge remove/visiblity 2020-06-16 15:14:52 -07:00
collin
c45e0df7f6 update readme 2020-06-16 12:55:59 -07:00
collin
1e0903c32b merge master, update readme 2020-06-16 12:25:42 -07:00
Collin Chin
c8b6f66210
Merge pull request #62 from AleoHQ/feature/default
Improves compilation time by turning off unused features in snarkOS
2020-06-16 09:51:14 -07:00
collin
7248814ac7 impl let/const for circuits and value wrappers 2020-06-16 09:49:45 -07:00
Howard Wu
b0773e0ca8
Merge pull request #55 from AleoHQ/refactor/conditional
Refactor conditional statements
2020-06-16 00:25:58 -07:00
Howard Wu
fa38fb0bd3
Merge branch 'master' into feature/default 2020-06-16 00:24:54 -07:00
Howard Wu
1af0c0d7f1
Merge pull request #61 from AleoHQ/update/markdown
Add mermaid rendering for markdown
2020-06-16 00:23:24 -07:00
howardwu
9474f76512 Resolve merge conflict 2020-06-15 22:13:43 -07:00
collin
1214bed387 Merge branch 'master' of https://github.com/AleoHQ/language into refactor/conditional 2020-06-15 21:37:43 -07:00
howardwu
7a8aaf8166 Improves compilation time by turning off unused features in snarkOS 2020-06-15 21:27:25 -07:00
Howard Wu
766a606c20
Merge pull request #60 from AleoHQ/refactor/program-struct
Refactor/program struct
2020-06-15 21:19:53 -07:00
collin
5ec6696e74 merge snarkos master changes 2020-06-15 20:05:41 -07:00
collin
0168902a7d update snarkos master 2020-06-15 19:32:37 -07:00
collin
eeaef78632 impl allocate value for let definition 2020-06-15 19:25:16 -07:00
collin
17e241ae41 remove tmp folder 2020-06-15 18:27:53 -07:00
collin
b423e532cb let and const wip 2020-06-15 18:25:33 -07:00
GitHub Action
09cc76c09a Add markdown changes 2020-06-16 01:18:30 +00:00
HackMD
25fdc766cc before pull from update/markdown 2020-06-16 01:13:48 +00:00