d0cd
|
111a19761a
|
Fmt
|
2022-11-11 21:09:57 -08:00 |
|
d0cd
|
31972e1b38
|
Fix SSA for expr statements
|
2022-11-11 21:03:11 -08:00 |
|
d0cd
|
2f9bfd7ab9
|
Cleanup debug prints; fix bug, the flatten test builds
|
2022-11-08 17:10:39 -08:00 |
|
d0cd
|
ef4ae89b92
|
Add more test cases
|
2022-11-08 15:52:31 -08:00 |
|
d0cd
|
ca89010e59
|
Fix failing case
|
2022-11-08 15:49:47 -08:00 |
|
d0cd
|
f606a8b74a
|
Restrict tuples in parser; cleanup
|
2022-11-08 15:49:47 -08:00 |
|
d0cd
|
5bf16064ab
|
WIP Impl codegen for tuples
|
2022-11-08 15:49:47 -08:00 |
|
d0cd
|
2287e86b56
|
WIP flattening
|
2022-11-08 15:49:47 -08:00 |
|
d0cd
|
910d373afd
|
WIP support tuples on lhs of definitions
|
2022-11-08 15:49:47 -08:00 |
|
d0cd
|
40ff47882f
|
Add support for expression statements in compiler passes
|
2022-11-08 15:49:47 -08:00 |
|
d0cd
|
a7795b72db
|
Add parser support for expression statements
|
2022-11-08 15:49:47 -08:00 |
|
d0cd
|
30391c8bd4
|
Add ExpressionStatement to AST
|
2022-11-08 15:49:47 -08:00 |
|
d0cd
|
af08c4f2e5
|
Some cleanup
|
2022-11-08 15:49:47 -08:00 |
|
d0cd
|
678f8b02a1
|
Fix unit expression
|
2022-11-08 15:49:47 -08:00 |
|
d0cd
|
34fa2cb2c6
|
Parse empty return statement as a unit expression
|
2022-11-08 15:49:47 -08:00 |
|
d0cd
|
6789bc8aae
|
Add unit expressions to the AST
|
2022-11-08 15:49:47 -08:00 |
|
d0cd
|
3ab83f45f3
|
Fix bug, regen tests
|
2022-11-08 15:49:47 -08:00 |
|
d0cd
|
0439981d01
|
Add TODO
|
2022-11-08 15:49:47 -08:00 |
|
d0cd
|
134fc1860c
|
Remove debug prints
|
2022-11-08 15:49:47 -08:00 |
|
d0cd
|
b60cd7e4b0
|
Remove redundant check
|
2022-11-08 15:49:47 -08:00 |
|
d0cd
|
c07e07d9d1
|
Fix tuple flattening
|
2022-11-08 15:49:47 -08:00 |
|
d0cd
|
c651da0581
|
wip tuples
|
2022-11-08 15:49:47 -08:00 |
|
d0cd
|
4963a11ee7
|
More tyc restricting nested tuples
|
2022-11-08 15:49:47 -08:00 |
|
d0cd
|
2839de13c6
|
Forbid tuples in input and output types
|
2022-11-08 15:49:47 -08:00 |
|
d0cd
|
29369b2a42
|
Better tyc for tuples in composite data types
|
2022-11-08 15:49:47 -08:00 |
|
d0cd
|
fdddb8054a
|
Remove flattening circuits and nested tuples
|
2022-11-08 15:49:47 -08:00 |
|
Pranav Gaddamadugu
|
6ae2d9727b
|
Cleanup
|
2022-11-08 15:49:47 -08:00 |
|
Pranav Gaddamadugu
|
605f675ff6
|
More tyc
|
2022-11-08 15:49:47 -08:00 |
|
Pranav Gaddamadugu
|
6d82f83c37
|
WIP
|
2022-11-08 15:49:46 -08:00 |
|
Pranav Gaddamadugu
|
b622d35d8f
|
Implement logic for flattening circuit definitions
|
2022-11-08 15:49:46 -08:00 |
|
Pranav Gaddamadugu
|
9994a0451f
|
wip: basic tyc for empty and singleton tuples
|
2022-11-08 15:49:46 -08:00 |
|
Pranav Gaddamadugu
|
8d204a898b
|
Add tests for tuples
|
2022-11-08 15:49:46 -08:00 |
|
collin
|
12267cd99d
|
merge snarkvm v0.9.3
|
2022-11-07 19:14:51 -08:00 |
|
collin
|
dee937c040
|
update snarkvm v0.9.3
|
2022-11-07 19:01:06 -08:00 |
|
d0cd
|
2341f293f6
|
Update snarkVM dependencies
|
2022-11-07 16:22:58 -08:00 |
|
d0cd
|
a05b7e6b70
|
Codegen uses struct instead of interface
|
2022-11-05 18:18:48 -07:00 |
|
collin
|
6f311e7602
|
bump snarkvm to 0.9.1 bump aleo rev
|
2022-11-04 18:31:59 -07:00 |
|
Collin Chin
|
f68b117907
|
Merge pull request #2153 from AleoHQ/dependabot/cargo/testnet3/scoped-tls-1.0.1
Bump scoped-tls from 1.0.0 to 1.0.1
|
2022-11-04 13:00:22 -07:00 |
|
collin
|
e6c3700945
|
merge testnet3
|
2022-11-04 12:46:32 -07:00 |
|
Collin Chin
|
d329181999
|
Merge pull request #2151 from AleoHQ/fix/span-for-function-call-tyc
Better error messages for mistyped function calls.
|
2022-11-04 12:34:08 -07:00 |
|
Collin Chin
|
1c7fefac53
|
Merge pull request #2150 from AleoHQ/fix/tyc-for-member-access
Fix type checking for member access.
|
2022-11-04 12:33:37 -07:00 |
|
collin
|
3226120503
|
fix clippy lints
|
2022-11-04 12:28:59 -07:00 |
|
dependabot[bot]
|
33643f5be0
|
Bump scoped-tls from 1.0.0 to 1.0.1
Bumps [scoped-tls](https://github.com/alexcrichton/scoped-tls) from 1.0.0 to 1.0.1.
- [Release notes](https://github.com/alexcrichton/scoped-tls/releases)
- [Commits](https://github.com/alexcrichton/scoped-tls/compare/1.0.0...1.0.1)
---
updated-dependencies:
- dependency-name: scoped-tls
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-11-01 10:25:07 +00:00 |
|
Pranav Gaddamadugu
|
7e70da2326
|
Implement check for nested import
|
2022-10-31 18:05:46 -07:00 |
|
Pranav Gaddamadugu
|
41a8bc5a73
|
Add span associated with the import statement to ast
|
2022-10-31 18:05:14 -07:00 |
|
d0cd
|
43919a9644
|
Disable string type in type checker
|
2022-10-31 18:01:04 -07:00 |
|
d0cd
|
3c2da076ff
|
Merge pull request #2144 from AleoHQ/fix/conditional-assert
Fixes flattening for `console` statements.
|
2022-10-31 17:11:43 -07:00 |
|
d0cd
|
c4279e2a83
|
Merge pull request #2146 from AleoHQ/fix/tyc-for-loop-bounds
Fix/tyc for loop bounds
|
2022-10-31 17:11:19 -07:00 |
|
d0cd
|
160a89494f
|
Merge pull request #2142 from AleoHQ/fix/finalize-output
Fix output type for finalize block.
|
2022-10-31 17:02:27 -07:00 |
|
d0cd
|
0b7d5c4892
|
Implement fix
|
2022-10-31 13:53:40 -07:00 |
|