collin
|
dfcf2d3dbd
|
fix init example
|
2020-05-21 11:07:55 -07:00 |
|
collin
|
2ebfed2faa
|
update readme
|
2020-05-21 11:03:43 -07:00 |
|
Collin Chin
|
9cf7d68aef
|
Merge pull request #19 from AleoHQ/feature/tests
Feature/tests
|
2020-05-21 11:01:40 -07:00 |
|
collin
|
1da093e3bd
|
impl basic assertion, ternary, iteration tests
|
2020-05-20 17:08:32 -07:00 |
|
Collin Chin
|
9a1572b14b
|
Merge pull request #11 from AleoHQ/feature/implicit-types
Feature/implicit types
|
2020-05-20 16:23:09 -07:00 |
|
collin
|
1a0d7235cd
|
impl basic function and import tests. fix import parsing
|
2020-05-20 15:51:57 -07:00 |
|
collin
|
e07d43c287
|
impl circuit static, self, and failure tests
|
2020-05-20 12:45:40 -07:00 |
|
collin
|
50bf469d8b
|
impl basic circuit tests
|
2020-05-19 21:59:00 -07:00 |
|
collin
|
28451ee269
|
impl array, basic field, basic group tests
|
2020-05-19 17:08:38 -07:00 |
|
collin
|
9a9e37e0f4
|
add new testing methods. add boolean tests.
|
2020-05-19 15:45:40 -07:00 |
|
collin
|
e5fea1e468
|
finish mutability tests. add testing helpers
|
2020-05-19 12:41:21 -07:00 |
|
collin
|
1c733b5dd9
|
deprecate new_variable methods
|
2020-05-19 12:04:01 -07:00 |
|
collin
|
a9a8cb95c6
|
impl mutability tests. simplify mut expression evaluation
|
2020-05-19 12:01:19 -07:00 |
|
collin
|
9309f95a89
|
Merge branch 'master' into feature/implicit-types
|
2020-05-18 15:17:56 -07:00 |
|
collin
|
aa63cf1dbb
|
implicit arrays and multiple definitions
|
2020-05-18 15:17:17 -07:00 |
|
collin
|
d0c88a08be
|
implict ternary expression
|
2020-05-18 11:44:14 -07:00 |
|
collin
|
2b48224689
|
implicit function returns. Remove expect_type() methods
|
2020-05-18 10:56:25 -07:00 |
|
Howard Wu
|
1674149c42
|
Merge pull request #18 from AleoHQ/fix/build
Fixes 'leo build' to compile programs again. Updates tests to run on …
|
2020-05-16 22:07:01 -07:00 |
|
howardwu
|
33f518d1d4
|
Fixes 'leo build' to compile programs again. Updates tests to run on new model
|
2020-05-16 22:05:26 -07:00 |
|
Howard Wu
|
900b45eb97
|
Merge pull request #17 from AleoHQ/feature/cargo
Adds .cargo directory
|
2020-05-16 20:40:20 -07:00 |
|
howardwu
|
45710a775d
|
Adds .cargo directory
|
2020-05-16 20:39:54 -07:00 |
|
Howard Wu
|
2abd901c37
|
Merge pull request #16 from AleoHQ/feature/subcommands
Adds skeleton for 'leo load' and 'leo unload'
|
2020-05-16 20:36:13 -07:00 |
|
howardwu
|
63ed971b4d
|
Adds skeleton for 'leo load' and 'leo unload'
|
2020-05-16 20:35:37 -07:00 |
|
Howard Wu
|
ce141b2cf5
|
Merge pull request #15 from AleoHQ/feature/subcommands
Implements subcommand ordering and updates subcommand descriptions
|
2020-05-16 20:31:05 -07:00 |
|
howardwu
|
426bb46662
|
Implements subcommand ordering and updates subcommand descriptions
|
2020-05-16 20:10:02 -07:00 |
|
Howard Wu
|
9d67019cac
|
Merge pull request #14 from AleoHQ/skeleton/cli
Adds skeleton CLI for `leo deploy`
|
2020-05-16 19:58:17 -07:00 |
|
collin
|
067f4905c2
|
implicit binary operations
|
2020-05-16 19:56:48 -07:00 |
|
howardwu
|
ed63ee3d35
|
Adds asterisk to denote skeleton
|
2020-05-16 19:54:46 -07:00 |
|
howardwu
|
ca58fb8390
|
Add skeleton for 'leo deploy'
|
2020-05-16 19:52:44 -07:00 |
|
Howard Wu
|
730b3f8c58
|
Merge pull request #13 from AleoHQ/skeleton/cli
Adds skeleton CLI for `leo publish`
|
2020-05-16 19:49:51 -07:00 |
|
howardwu
|
c58392ad1b
|
Adds skeleton CLI for
|
2020-05-16 19:48:52 -07:00 |
|
Howard Wu
|
fe1e83b50d
|
Merge pull request #12 from AleoHQ/feature/cli
Adds gitignore file, migrates manifest file under files directory
|
2020-05-16 19:43:26 -07:00 |
|
howardwu
|
f325a598df
|
Add template for pedersen_hash example, needs to be impl'd
|
2020-05-16 19:42:49 -07:00 |
|
howardwu
|
01ad7a219d
|
Adds gitignore file, migrates manifest file under files directory
|
2020-05-16 19:40:16 -07:00 |
|
howardwu
|
0a34693bae
|
Adds a hello_world example to Leo
|
2020-05-16 19:22:06 -07:00 |
|
Collin Chin
|
dd740070f0
|
Merge pull request #10 from AleoHQ/feature/static-functions
Feature/static functions
|
2020-05-15 17:35:33 -07:00 |
|
collin
|
a31ee8b884
|
initial support for implicit value types
|
2020-05-15 17:35:12 -07:00 |
|
collin
|
fd51ee28e2
|
add from type conversion method
|
2020-05-15 13:43:06 -07:00 |
|
collin
|
5c005c4b8f
|
pest implicit number type
|
2020-05-15 12:51:08 -07:00 |
|
collin
|
ab98d5ae77
|
impl pass by value circuit fields into circuit functions
|
2020-05-14 18:23:54 -07:00 |
|
collin
|
021379458d
|
impl circuit Self type
|
2020-05-14 17:07:09 -07:00 |
|
collin
|
b984c46a51
|
pest Self type added
|
2020-05-14 13:41:32 -07:00 |
|
collin
|
44b4df2404
|
make circuit naming consistent. return proper errors
|
2020-05-14 13:32:16 -07:00 |
|
collin
|
5fb0b58b68
|
support static circuit functions. add :: syntax
|
2020-05-14 12:31:19 -07:00 |
|
Collin Chin
|
4997d6e13c
|
Merge pull request #9 from AleoHQ/feature/mutability
Feature/mutability
|
2020-05-14 10:54:42 -07:00 |
|
collin
|
ba84bf0d6c
|
impl circuit function calls
|
2020-05-13 20:50:18 -07:00 |
|
collin
|
3fb6430e1f
|
impl circuit function expressions
|
2020-05-13 19:43:07 -07:00 |
|
collin
|
b766f96d23
|
add circuit function types
|
2020-05-13 18:51:20 -07:00 |
|
collin
|
7640d27db4
|
pest static functions
|
2020-05-13 18:40:13 -07:00 |
|
collin
|
ad936d76c8
|
Merge branch 'master' into feature/mutability
|
2020-05-13 17:53:59 -07:00 |
|