collin
|
f915cab9f2
|
fix conflicts
|
2020-06-20 16:37:34 -07:00 |
|
howardwu
|
d80734fbb5
|
Add a member_field_and_function test
|
2020-06-20 01:40:56 -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
|
82a0afc17e
|
convert leo-inputs to span with errors. fix tests
|
2020-06-19 23:02:58 -07:00 |
|
howardwu
|
03b59b573b
|
Update file extensions to new convention
|
2020-06-19 22:07:02 -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
|
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 |
|
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
|
1e0903c32b
|
merge master, update readme
|
2020-06-16 12:25:42 -07:00 |
|
collin
|
7248814ac7
|
impl let/const for circuits and value wrappers
|
2020-06-16 09:49:45 -07:00 |
|
collin
|
1214bed387
|
Merge branch 'master' of https://github.com/AleoHQ/language into refactor/conditional
|
2020-06-15 21:37:43 -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
|
c77e6a51b3
|
remove visibility syntax and functionality
|
2020-06-15 13:38:07 -07:00 |
|
collin
|
8ea11dbab7
|
add type resolution for values and fix tests
|
2020-06-13 17:43:59 -07:00 |
|
collin
|
1eaaed269d
|
impl chained and nested conditionals
|
2020-06-13 03:39:51 -07:00 |
|
collin
|
1e1e4b86d9
|
move conditional tests into statement module
|
2020-06-13 02:08:21 -07:00 |
|
collin
|
c7eccdc87e
|
impl for loop statements for conditional
|
2020-06-13 02:04:31 -07:00 |
|
collin
|
2d17b39da6
|
impl mutable statements in basic conditional
|
2020-06-13 00:47:09 -07:00 |
|
collin
|
4c64edb032
|
test conditional basic assert statements
|
2020-06-12 19:32:16 -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
|
52f0d012c8
|
fix tests
|
2020-06-10 17:53:38 -07:00 |
|
collin
|
67b8a48fcf
|
public input booleans and integers
|
2020-06-10 16:14:55 -07:00 |
|
collin
|
39b8eda8cd
|
ignore import tests
|
2020-06-08 19:31:29 -07:00 |
|
collin
|
bc7f4719c3
|
include_bytes integers tests
|
2020-06-08 19:13:47 -07:00 |
|
collin
|
b4ed9ca4bc
|
include_bytes statements tests
|
2020-06-08 18:58:41 -07:00 |
|
collin
|
54b1453ddc
|
include_bytes mutability tests
|
2020-06-08 18:55:44 -07:00 |
|
collin
|
20a01ce2e8
|
include_bytes import tests
|
2020-06-08 18:52:35 -07:00 |
|
collin
|
ac9395f1fd
|
include_bytes group tests
|
2020-06-08 18:39:10 -07:00 |
|
collin
|
2ab0147e80
|
include_bytes function tests
|
2020-06-08 18:31:21 -07:00 |
|
collin
|
b3ec78c6fd
|
include_bytes field tests
|
2020-06-08 18:27:11 -07:00 |
|
collin
|
c0682de33d
|
include_bytes circuit tests
|
2020-06-08 18:12:40 -07:00 |
|
collin
|
8e8f00467a
|
include_bytes array tests
|
2020-06-08 17:51:06 -07:00 |
|
collin
|
834055abf5
|
use include_bytes for boolean test
|
2020-06-08 17:28:09 -07:00 |
|
howardwu
|
837d107a54
|
cargo fmt
|
2020-06-07 23:30:39 -07:00 |
|
howardwu
|
988f58618e
|
Adds configuration files for tooling
|
2020-06-07 22:53:45 -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
|
6f9f397310
|
Migrates circuits
|
2020-06-07 20:45:19 -07:00 |
|
howardwu
|
3a554af9fe
|
Migrate statements
|
2020-06-07 20:24:27 -07:00 |
|
collin
|
01552cec52
|
test u128
|
2020-06-05 16:51:26 -07:00 |
|
collin
|
e564822a75
|
test u8, u16, u32, u64
|
2020-06-05 16:35:50 -07:00 |
|
collin
|
c72cf61ad2
|
impl integer gadget tests. test u32
|
2020-06-05 15:34:06 -07:00 |
|