Commit Graph

2725 Commits

Author SHA1 Message Date
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
gluax
34f0f1519a merge latest abnf branch 2021-03-30 19:38:37 -04: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
damirka
ef8f11bc64 enable -> disable 2021-03-30 20:32:52 +03: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
damirka
7a531efb84 fix path to examples 2021-03-29 23:20:41 +03:00
damirka
30e973b91e simplified bash script, added constraints number output 2021-03-29 23:09:52 +03: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
gluax
67f9748866 depend on grammar branch, update parser to reflect 2021-03-29 15:03:04 -04:00
gluax
56c6cfb6eb reducers in 2021-03-29 14:33:34 -04:00
collin
6774cbb01c fix canonicalization tests 2021-03-29 11:24:58 -07:00
damirka
c56c179037 another clippy fix 2021-03-29 20:37:18 +03:00
gluax
e1a0838888 global consts work, time to add them to reducers and phases 2021-03-29 12:55:49 -04:00
damirka
fadb30631e resetting readme clippy again 2021-03-29 19:46:50 +03:00
damirka
7b0f98211c clippy 2021-03-29 19:39:13 +03:00
damirka
8eba9fb21d added string search instead of line count 2021-03-29 18:44:46 +03:00
damirka
3afffcf1a5 clippy fix 2021-03-29 18:20:59 +03:00
damirka
a8cea5c894 finally it works 2021-03-29 11:59:19 +03:00
damirka
8adfe4ea3c again trying falsy 2021-03-29 11:50:13 +03:00
damirka
75ed21d17e should work now 2021-03-29 11:42:32 +03:00
damirka
877ece4fa2 fixed path 2021-03-29 11:36:16 +03:00
damirka
f86eb624c2 added main workflow 2021-03-29 11:00:31 +03:00
damirka
d0c9c90451 adds constraint check (falsy) 2021-03-29 10:57:37 +03:00
damirka
3bd75e387d removed canonicalization from build flags 2021-03-29 10:21:05 +03:00
damirka
a73b7a2e73 added doc for BuildOptions 2021-03-28 19:34:04 +03:00
damirka
c21114c161 adds compiler optimizations flags to build and other commands
- optimizations can either be turned all together or specified
- removed deprecated clippy rules, followed clippy
- removed library file logic from build command, we don't have libraries
2021-03-28 19:28:00 +03:00
damirka
5fdf86f415 added compiler options to constructor and factory methods 2021-03-28 17:49:49 +03: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
dd06df4b1d it almost fully works, need to fix arrays, circuits and function calls 2021-03-26 15:47:11 -04:00