gluax
|
dc8a04e872
|
fix test
|
2021-03-31 14:59:45 -04:00 |
|
Collin Chin
|
48edaaf9bc
|
Merge pull request #813 from AleoHQ/dependabot/cargo/anyhow-1.0.40
Bump anyhow from 1.0.39 to 1.0.40
|
2021-03-31 11:43:19 -07:00 |
|
dependabot-preview[bot]
|
cd6ec7eba9
|
Bump anyhow from 1.0.39 to 1.0.40
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.39 to 1.0.40.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.39...1.0.40)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2021-03-31 18:24:44 +00:00 |
|
Collin Chin
|
7f89f35f96
|
Merge pull request #799 from AleoHQ/feature/abnf-grammar
initial commit, so I can open retroactive pr
|
2021-03-31 11:22:51 -07:00 |
|
gluax
|
24e5d5365b
|
resolve all the merge conflicts
|
2021-03-31 14:08:38 -04:00 |
|
damirka
|
a1d48d4251
|
makes --path global
|
2021-03-31 20:54:16 +03:00 |
|
gluax
|
bcb0838e0d
|
last bit of clippy, push grammar md it should now be in the repo
|
2021-03-31 13:22:25 -04:00 |
|
collin
|
ba53d143ee
|
cargo clippy
|
2021-03-31 09:57:02 -07:00 |
|
damirka
|
ed8ff4468c
|
ast and imports a bit
|
2021-03-31 18:58:29 +03:00 |
|
damirka
|
41600d0261
|
removed unused errors in compiler
|
2021-03-31 18:06:22 +03:00 |
|
damirka
|
7fea0533fa
|
removed unused code in leo-package
|
2021-03-31 17:39:33 +03:00 |
|
Protryon
|
bc06d5f443
|
Merge branch 'feature/abnf-grammar' of github.com:AleoHQ/leo into feature/abnf-grammar
|
2021-03-30 16:26:06 -07:00 |
|
Protryon
|
25ae030e1a
|
fix tokenizer test
|
2021-03-30 16:24:11 -07:00 |
|
gluax
|
56a51e92a8
|
fix test_tokenizer
|
2021-03-30 19:14:17 -04:00 |
|
gluax
|
144f3ee439
|
fix test_tokenizer
|
2021-03-30 19:13:17 -04:00 |
|
Collin Chin
|
e1837e4f7e
|
Merge pull request #808 from AleoHQ/feature/abnf-grammar-converter
Adds 'leo-abnf' binary package for markdown conversion
|
2021-03-30 15:36:06 -07:00 |
|
Collin Chin
|
9403dd45d1
|
Merge branch 'feature/abnf-grammar' into feature/abnf-grammar-converter
|
2021-03-30 15:33:58 -07:00 |
|
Collin Chin
|
bb8534bad1
|
Merge pull request #801 from ljedrz/dedup_code
Deduplicate code in Integer::allocate_type
|
2021-03-30 15:24:35 -07:00 |
|
Collin Chin
|
222a834a14
|
Merge pull request #798 from AleoHQ/array-indexing
Runtime array indexing
|
2021-03-30 15:15:56 -07:00 |
|
collin
|
5bfca36fc7
|
fix array indexing bug and add test
|
2021-03-30 14:28:22 -07:00 |
|
gluax
|
addb54a3f4
|
no clue what change is causing this
|
2021-03-30 15:13:02 -04:00 |
|
gluax
|
8d2ec0dbda
|
remove head file
|
2021-03-30 12:51:23 -04:00 |
|
gluax
|
3eadb89c29
|
fix inferred, not sure why single line comments are failing
|
2021-03-30 12:50:57 -04:00 |
|
gluax
|
7fb83b4265
|
resolve all the merge conflicts
|
2021-03-30 11:51:31 -04:00 |
|
damirka
|
b80cc62368
|
adds --path argument to Leo command
- also features small change in architecture - context is now created in main
|
2021-03-30 11:43:44 +03:00 |
|
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 |
|