collin
|
4566ac8e03
|
fix import tests
|
2020-07-30 13:01:04 -07:00 |
|
collin
|
f03d0be080
|
fix group tests
|
2020-07-30 12:54:34 -07:00 |
|
collin
|
6dfc17ea46
|
fix function tests
|
2020-07-30 12:10:33 -07:00 |
|
collin
|
41559ba3a0
|
fix circuit tests
|
2020-07-30 11:11:54 -07:00 |
|
collin
|
df9b94ef73
|
fix array tests
|
2020-07-30 00:56:17 -07:00 |
|
collin
|
14498c4836
|
fix address tests
|
2020-07-30 00:15:14 -07:00 |
|
collin
|
a4448cdd12
|
add manual main input method for testing. fix field tests
|
2020-07-29 23:32:21 -07:00 |
|
collin
|
61f7c54858
|
refactor testing compiler to handle .in .out .state files. fix boolean tests
|
2020-07-29 20:52:37 -07:00 |
|
collin
|
1b99d62de8
|
adds compiler output file and output bytes data structures
|
2020-07-29 18:32:35 -07:00 |
|
collin
|
ac8c940169
|
add parsing for .in and .state files and update errors
|
2020-07-29 13:20:44 -07:00 |
|
collin
|
92bfad8cc3
|
clean up pr. remove field comparison
|
2020-07-17 16:14:13 -07:00 |
|
collin
|
1707d43be0
|
fix indents
|
2020-07-17 12:59:18 -07:00 |
|
collin
|
cc33c68bea
|
fix field tests, use num_bigint
|
2020-07-17 12:44:08 -07:00 |
|
collin
|
c3e2ba420f
|
rename _test to test_
|
2020-07-16 21:27:40 -07:00 |
|
collin
|
dbaa334eb6
|
add checked neg check in tests
|
2020-07-16 21:26:39 -07:00 |
|
collin
|
5fb77fd457
|
fix tests
|
2020-07-16 20:47:47 -07:00 |
|
collin
|
d542a9716b
|
fix uint and int comparators
|
2020-07-16 17:27:58 -07:00 |
|
collin
|
fe2f29ccad
|
add tests for i types
|
2020-07-15 21:55:45 -07:00 |
|
collin
|
2f39ecdbc3
|
impl infra for i type tests
|
2020-07-15 21:31:23 -07:00 |
|
collin
|
bfda4bb95c
|
fix tests
|
2020-07-15 20:42:57 -07:00 |
|
collin
|
6f36dc6cd6
|
fix uint tests
|
2020-07-15 19:55:04 -07:00 |
|
collin
|
540c0de69f
|
add unknown parameter test
|
2020-07-09 19:33:10 -07:00 |
|
collin
|
118b50fb58
|
add macro tests
|
2020-07-09 19:23:15 -07:00 |
|
collin
|
aa708b8084
|
fix value.field bug
|
2020-07-08 03:30:15 -07:00 |
|
collin
|
965bdc4d6a
|
fix import module
|
2020-07-07 21:05:03 -07:00 |
|
collin
|
b0acd5ea5a
|
update field and group modules
|
2020-07-07 19:53:37 -07:00 |
|
collin
|
a6092e9a2f
|
add field module
|
2020-07-07 19:40:01 -07:00 |
|
collin
|
87db0508f4
|
impl return tuples and update tests
|
2020-07-07 10:11:23 -07:00 |
|
collin
|
efd885c6a7
|
impl 1group and add test
|
2020-07-07 02:08:48 -07:00 |
|
collin
|
4529c56fd2
|
add address ternary and equal functionality and tests
|
2020-07-06 20:25:14 -07:00 |
|
collin
|
2e1a1c3075
|
remove invalid test
|
2020-07-06 06:43:32 -07:00 |
|
collin
|
423e804a27
|
impl address inputs
|
2020-07-06 06:17:08 -07:00 |
|
collin
|
d3c0dbb80c
|
impl tests for address type
|
2020-07-06 04:59:06 -07:00 |
|
collin
|
84f634559c
|
fix recursive circuit member function namespace bug
|
2020-07-03 22:44:09 -07:00 |
|
collin
|
3f10bcfe82
|
impl circuit member access with self.member
|
2020-07-03 13:35:46 -07:00 |
|
collin
|
b7cefc5ac0
|
Merge branch 'feature/comparator' of github.com:AleoHQ/leo into refactor/const
|
2020-07-02 15:54:29 -07:00 |
|
collin
|
cf4a8772bb
|
merge lib and imports
|
2020-07-02 15:53:41 -07:00 |
|
collin
|
a76a51bcd7
|
fix multiple import bug and update tests
|
2020-07-02 05:48:43 -07:00 |
|
collin
|
6a04dd0f58
|
refactor import file parsing. constraints for imports wip
|
2020-07-01 21:05:57 -07:00 |
|
collin
|
330bfe46c8
|
refactor import * for packages and leo files only
|
2020-06-30 13:31:27 -07:00 |
|
collin
|
6fbb848015
|
add const mut check
|
2020-06-29 20:29:53 -07:00 |
|
collin
|
45a2664fd9
|
Merge branch 'feature/lib-and-imports' of github.com:AleoHQ/leo into feature/comparator
|
2020-06-29 19:52:47 -07:00 |
|
collin
|
d905ffd569
|
impl importing from package lib, file, directory, and star
|
2020-06-29 17:47:59 -07:00 |
|
Collin Chin
|
60e592edd7
|
Merge pull request #84 from AleoHQ/fix/spacing
require spacing after keywords and add optional comma after circuit fields
|
2020-06-29 13:40:59 -07:00 |
|
collin
|
457a1b26bc
|
add comma to circuit member field def
|
2020-06-29 13:05:41 -07:00 |
|
collin
|
a4a9ed05ea
|
impl constraints and tests for multiple imports
|
2020-06-26 17:12:04 -07:00 |
|
collin
|
cc8a3d9878
|
move integer enum and errors into compiler
|
2020-06-25 14:27:19 -07:00 |
|
collin
|
25a66d1f58
|
impl multiple returns and test
|
2020-06-23 23:56:51 -07:00 |
|
collin
|
2291cc51fd
|
fix return type namespaces
|
2020-06-23 17:48:35 -07:00 |
|
collin
|
5bc1bc022d
|
add file path to formatted errors
|
2020-06-22 22:32:57 -07:00 |
|