Commit Graph

39 Commits

Author SHA1 Message Date
collin
82a0afc17e convert leo-inputs to span with errors. fix tests 2020-06-19 23:02:58 -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
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
collin
51f603b881 add span error formatting for inputs 2020-06-17 15:40:39 -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
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
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
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
b423e532cb let and const wip 2020-06-15 18:25:33 -07:00
collin
c77e6a51b3 remove visibility syntax and functionality 2020-06-15 13:38:07 -07:00
collin
50be017881 impl assert statement in basic conditional. use eq comparator gadget 2020-06-12 18:28:41 -07:00
collin
3f668422fd enforce name, type, visibility of inputs. add tests 2020-06-11 14:40:27 -07:00
collin
824a6059fb split up input loading and parsing in compiler 2020-06-11 11:43:05 -07:00
collin
9d15a0b038 only allow (x,y) affine groups 2020-06-10 18:30:38 -07:00
collin
6c7355a89c public input fields, arrays, group tuples 2020-06-10 17:21:47 -07:00
collin
67b8a48fcf public input booleans and integers 2020-06-10 16:14:55 -07:00
collin
c6d3221289 private input primitives and array support 2020-06-09 19:29:26 -07:00
collin
643cd3026e initial private boolean input support 2020-06-09 16:36:15 -07:00
howardwu
837d107a54 cargo fmt 2020-06-07 23:30:39 -07:00
howardwu
653f0de69f Update dependencies 2020-06-07 22:43:53 -07:00
howardwu
85ccf1b423 Introduces LeoParser, removes pest for leo-compiler 2020-06-07 22:21:31 -07:00
howardwu
81407ac182 Fix tests 2020-06-07 21:26:49 -07:00
howardwu
6ad5dc75d5 Migrates program 2020-06-07 20:57:22 -07:00
howardwu
cb83b42cfc Clean up generics 2020-06-07 20:53:39 -07:00
howardwu
35a897282f Migrates imports 2020-06-07 20:50:37 -07:00
howardwu
6f9f397310 Migrates circuits 2020-06-07 20:45:19 -07:00
howardwu
928f67c00b Migrates Functions 2020-06-07 20:35:50 -07:00
howardwu
3a554af9fe Migrate statements 2020-06-07 20:24:27 -07:00
howardwu
bc1c37faa0 Restructure types 2020-06-07 19:47:35 -07:00
howardwu
40eca302a6 Migrate assignee 2020-06-07 19:39:43 -07:00
howardwu
5cdcdd5c12 Migrates expressions, type, and variable to leo-types 2020-06-07 19:19:38 -07:00
howardwu
b9baafd57f Migrates integer, identifier, and input_value 2020-06-07 18:22:59 -07:00