Collin Chin
|
c352f41d41
|
add silly-sudoku example
|
2021-03-29 22:12:06 -07:00 |
|
Protryon
|
426cfbc88c
|
address todos
|
2021-03-29 15:57:17 -07:00 |
|
collin
|
dca215cfb1
|
pass input length through
|
2021-03-29 14:26:11 -07:00 |
|
Protryon
|
a763075e99
|
runtime array indexing
|
2021-03-29 14:16:53 -07:00 |
|
Collin Chin
|
f6e602347a
|
Merge pull request #797 from AleoHQ/tendrils
Tendrils
|
2021-03-29 12:24:36 -07:00 |
|
collin
|
9be13dfd51
|
update comments
|
2021-03-29 12:12:38 -07:00 |
|
collin
|
6774cbb01c
|
fix canonicalization tests
|
2021-03-29 11:24:58 -07:00 |
|
gluax
|
dadb518598
|
forgot to update test json
|
2021-03-26 17:14:37 -04:00 |
|
gluax
|
3e912ef165
|
access member fix
|
2021-03-26 17:02:59 -04:00 |
|
gluax
|
871e52006b
|
quick bug fix
|
2021-03-26 16:51:03 -04:00 |
|
gluax
|
78b4f39b5a
|
fix master merge
|
2021-03-26 12:27:35 -04:00 |
|
damirka
|
60f5a91bd9
|
changes grammar to leo-abnf, adds keywords and version
|
2021-03-26 18:50:11 +03:00 |
|
damirka
|
673997d975
|
adds grammar binary package for markdown conversion
|
2021-03-26 18:41:24 +03:00 |
|
gluax
|
e4d135d2a8
|
merge master
|
2021-03-26 11:33:47 -04:00 |
|
Protryon
|
63d1b1005f
|
format
|
2021-03-26 05:19:42 -07:00 |
|
Protryon
|
bbc6121f9d
|
clippy
|
2021-03-26 05:19:23 -07:00 |
|
Protryon
|
daba572d94
|
clippy
|
2021-03-26 05:19:23 -07:00 |
|
Protryon
|
ee877be2a6
|
rebase
|
2021-03-26 05:19:23 -07:00 |
|
Protryon
|
5985d8da41
|
tendrilize spans
|
2021-03-26 05:18:55 -07:00 |
|
Collin Chin
|
9bc53eb594
|
Merge pull request #794 from AleoHQ/feature/constant-mutable-declarations
Feature/constant mutable declarations
|
2021-03-25 23:23:13 -07:00 |
|
collin
|
dcc2844a50
|
fix canonicalization test
|
2021-03-25 22:52:58 -07:00 |
|
collin
|
6a1afdabb7
|
Merge branch 'master' of https://github.com/AleoHQ/leo into feature/constant-mutable-declarations
|
2021-03-25 22:46:11 -07:00 |
|
Collin Chin
|
3e3a63d97b
|
Merge pull request #793 from AleoHQ/feature/canonicalization-before-asg
Feature/canonicalization before asg
|
2021-03-25 16:41:53 -07:00 |
|
collin
|
28bca20b97
|
pray to the clippy gods (allow upper case acronyms in state module)
|
2021-03-25 16:03:32 -07:00 |
|
collin
|
ef8517b8ce
|
allow clippy warns
|
2021-03-25 15:51:46 -07:00 |
|
collin
|
93908c6e77
|
clippy upper case acroynm READMEERROR
|
2021-03-25 15:38:33 -07:00 |
|
collin
|
a66c1633c1
|
clippy vec_init_then_push allow in parser module
|
2021-03-25 15:32:58 -07:00 |
|
collin
|
539642c943
|
clippy vec_init_then_push allow
|
2021-03-25 15:27:19 -07:00 |
|
collin
|
b5f80c925c
|
clippy vec_init_then_push more
|
2021-03-25 15:19:39 -07:00 |
|
collin
|
0addc80080
|
clippy vec_init_then_push
|
2021-03-25 15:15:36 -07:00 |
|
collin
|
f4f66194e5
|
allow clippy::upper_case_acronyms for README
|
2021-03-25 14:52:28 -07:00 |
|
collin
|
8bc2140b1e
|
cargo clippy --examples --all
|
2021-03-25 14:48:48 -07:00 |
|
collin
|
1e69d1c68e
|
allow clippy::upper_case_acroynms for imported pest structs
|
2021-03-25 14:03:22 -07:00 |
|
gluax
|
c78ab699b8
|
another test
|
2021-03-25 16:52:43 -04:00 |
|
gluax
|
f9d8f48577
|
clean up last bit of leftover access
|
2021-03-25 16:24:01 -04:00 |
|
gluax
|
cf603dbc73
|
no circular reference
|
2021-03-25 14:51:43 -04:00 |
|
gluax
|
001056f8bd
|
rename-access expression rule and parse function to postfix
|
2021-03-25 14:34:16 -04:00 |
|
gluax
|
0240ea27e5
|
add test for const self, no clippy issues locally
|
2021-03-25 14:30:46 -04:00 |
|
gluax
|
793cbb9f27
|
add test for const self, no clippy issues locally
|
2021-03-25 14:30:06 -04:00 |
|
gluax
|
99db18167a
|
second header pass for circuit members
|
2021-03-25 14:15:30 -04:00 |
|
gluax
|
696825eb6a
|
asked for refactors started, this will fail tests
|
2021-03-25 13:48:47 -04:00 |
|
gluax
|
afc42bcecd
|
perdeshen-hash
Forgot to save after resolving merge conflict.
|
2021-03-25 11:31:08 -04:00 |
|
gluax
|
128eb60dfb
|
fix tests merged from master
|
2021-03-25 11:21:02 -04:00 |
|
gluax
|
3efc705a8c
|
fix tests merged from master
|
2021-03-25 11:19:42 -04:00 |
|
Collin Chin
|
9b61d0fa15
|
Merge branch 'master' into feature/constant-mutable-declarations
|
2021-03-24 22:23:24 -07:00 |
|
gluax
|
341a5290e3
|
Delete HEAD
|
2021-03-24 20:36:22 -04:00 |
|
gluax
|
50b37d2672
|
parse_assign_statment
|
2021-03-24 15:33:03 -04:00 |
|
gluax
|
3571fa2080
|
I think this is the best way to handle access_expressions in ABNF to reflect the parser
|
2021-03-24 15:25:56 -04:00 |
|
gluax
|
8b1bd50d80
|
merge master
|
2021-03-24 15:14:39 -04:00 |
|
gluax
|
ab32aeb342
|
merge master
|
2021-03-24 15:13:53 -04:00 |
|