gluaxspeed
|
4fc6c5f586
|
core function imports
|
2021-08-18 18:52:56 -07:00 |
|
gluaxspeed
|
a75dbe38eb
|
imports functioning, next is core imports
|
2021-08-18 06:23:23 -07:00 |
|
gluaxspeed
|
a66c123d17
|
merge better errors
|
2021-08-18 02:45:59 -07:00 |
|
gluaxspeed
|
d9769b4c37
|
remove canonicalization from asg, merge master
|
2021-08-09 14:10:36 -07:00 |
|
gluaxspeed
|
76b8b3f0a6
|
merge master, clippy fixes
|
2021-08-03 04:00:15 -07:00 |
|
gluaxspeed
|
e8ad50446a
|
errors are causing a dep cycle those need to be refactored first
|
2021-07-29 04:58:29 -07:00 |
|
gluaxspeed
|
20d64970ab
|
merge master, color only at cli as it breaks tests, remove debug
|
2021-07-26 16:49:33 -07:00 |
|
gluaxspeed
|
a9593971b9
|
format string and grammar changes
|
2021-07-20 14:52:35 -07:00 |
|
gluax
|
f4d39e58b7
|
fix asg tests
|
2021-07-01 14:10:04 -07:00 |
|
Alessandro Coglio
|
2ddb474dce
|
Merge pull request #903 from AleoHQ/bug/abnf-circuit-grammar
Bug/abnf-circuit-grammar
|
2021-05-06 11:50:20 -07:00 |
|
gluax
|
ffb7cab142
|
bug fix 905, make sure values are constant when assign is constant
|
2021-05-03 15:32:11 -04:00 |
|
gluax
|
e0cf988261
|
hacky, but optional comma only allowed on last member variable
|
2021-04-29 15:22:17 -04:00 |
|
gluax
|
2f7ed99f76
|
pull max's required semi-colon branch to ensure sameness, MD file renamed to readme
|
2021-04-14 18:38:49 -04:00 |
|
Protryon
|
df60874da9
|
fix tests
|
2021-04-14 15:27:57 -07:00 |
|
Protryon
|
51920b5df7
|
require semicolons on return
|
2021-04-14 15:27:57 -07:00 |
|
gluax
|
6e595bd845
|
remove escaped double quote for now, address(...) removed
|
2021-04-14 17:43:02 -04:00 |
|
gluax
|
1803925b08
|
semi-colon after return statements are required
|
2021-04-14 16:59:07 -04:00 |
|
gluax
|
91634d6479
|
implicit input, removed from function input
|
2021-04-14 16:00:19 -04:00 |
|
gluax
|
3efc705a8c
|
fix tests merged from master
|
2021-03-25 11:19:42 -04:00 |
|
gluax
|
1d9befc0ac
|
function input mutable by default
|
2021-03-19 11:30:24 -04:00 |
|
gluax
|
b50919085b
|
deprecate let mut, undeprecate const, let is now mutable by default
|
2021-03-18 15:19:07 -04:00 |
|
Protryon
|
ba9444ecc4
|
dead code elimination pass
|
2021-03-13 06:58:09 -08:00 |
|
ljedrz
|
25458835dc
|
clippy: fix 1.50 lints
Signed-off-by: ljedrz <ljedrz@gmail.com>
|
2021-03-11 14:12:43 +01:00 |
|
Protryon
|
a4f2101aaf
|
remove if from ternary expression
|
2021-03-08 14:45:38 -08:00 |
|
collin
|
d7d84c0ea7
|
fix test build issues. parser errors on dash + number names
|
2021-03-04 15:58:00 -08:00 |
|
collin
|
10ecc6e6e2
|
merge master and fix build issues
|
2021-03-04 14:11:17 -08:00 |
|
gluax
|
c7bcab3ccc
|
merge master, slight clean up
|
2021-02-26 10:36:10 -05:00 |
|
Protryon
|
ed8d2fb11d
|
remove uuid dependency
|
2021-02-25 07:40:47 -08:00 |
|
howardwu
|
2e00ff451e
|
Rename all instances of 'ctx' to 'context'
|
2021-02-24 18:13:36 -08:00 |
|
gluax
|
34b8e766ac
|
merge master and resolve bors failing test
|
2021-02-18 11:50:13 -05:00 |
|
Collin Chin
|
9baa9388a0
|
Merge branch 'master' into feature/515-eliminate-const-vars
|
2021-02-17 22:06:12 -08:00 |
|
Protryon
|
cc82fc7722
|
fix conflict
|
2021-02-17 08:38:14 -08:00 |
|
gluax
|
317fc08fc5
|
implicit value at start of array failing fix
|
2021-02-17 11:27:33 -05:00 |
|
gluax
|
b96dc782f9
|
add a test to check const statements fail
|
2021-02-17 09:06:30 -05:00 |
|
Protryon
|
bf61820115
|
asg refactor
|
2021-02-16 13:32:34 -08:00 |
|
gluax
|
d549fda7b5
|
rebase and replace const keyword in tests
|
2021-02-16 14:19:20 -05:00 |
|
bors[bot]
|
217ecca4d6
|
Merge #655
655: Fix circuit resolution r=collinc97 a=Protryon
Fixes #642. Issues was that we didn't properly recursively resolve circuits when converting AST types -> ASG types
Co-authored-by: Protryon <max.bruce12@gmail.com>
|
2021-02-12 04:54:15 +00:00 |
|
Protryon
|
b0de29e275
|
fix circuit resolution
|
2021-02-11 11:59:14 -08:00 |
|
Protryon
|
198230d604
|
fix field/group addition
|
2021-02-11 09:05:43 -08:00 |
|
gluaxspeed
|
26f9973e14
|
resolve merge conflict, asg + grammar tests
|
2021-02-05 14:20:48 -05:00 |
|
Collin Chin
|
770f660f3a
|
Merge pull request #617 from AleoHQ/const-args
[Feature] Const Function Arguments
|
2021-02-04 23:05:51 -08:00 |
|
howardwu
|
1b99c42470
|
Adds ASG struct, updates ASG to support debug
|
2021-02-04 19:21:17 -08:00 |
|
Collin Chin
|
bd2bd1f40f
|
Merge pull request #619 from AleoHQ/implicit-groups
[Feature] Implicit groups
|
2021-02-04 09:03:04 -08:00 |
|
Protryon
|
431aca1f81
|
implicit groups
|
2021-02-04 07:57:04 -08:00 |
|
Protryon
|
9c6eb23a1e
|
const func arguments
|
2021-02-04 07:35:12 -08:00 |
|
collin
|
ebfc888e00
|
remove double license headers in files
|
2021-02-03 15:03:49 -08:00 |
|
howardwu
|
c935d6a486
|
Update license to 2021
|
2021-02-01 20:26:56 -08:00 |
|
collin
|
ebe730b387
|
merge asg-asg
|
2021-02-01 09:05:28 -08:00 |
|
Protryon
|
a042e9f2df
|
ignore swap test
|
2021-02-01 08:57:02 -08:00 |
|
collin
|
d033abf15a
|
use @test annotation
|
2021-02-01 08:34:08 -08:00 |
|