collin
|
368d4c530c
|
push code to parse returning external records + battleship example
|
2022-09-20 17:17:43 -07:00 |
|
collin
|
0a86a05d20
|
push code to parse external calls
|
2022-09-20 13:58:52 -07:00 |
|
collin
|
c1d21e699c
|
merge testnet3
|
2022-09-13 15:39:20 +02:00 |
|
Pranav Gaddamadugu
|
a6fe8bf80c
|
Update docs
|
2022-09-13 11:10:22 +02:00 |
|
Pranav Gaddamadugu
|
c2bed2bb54
|
Add name to finalize block
|
2022-09-13 11:06:24 +02:00 |
|
Pranav Gaddamadugu
|
3d5ddb9e1a
|
Clippy
|
2022-09-06 12:14:37 -07:00 |
|
Pranav Gaddamadugu
|
f74bfb034c
|
wip flattening phase
|
2022-09-06 12:13:32 -07:00 |
|
Pranav Gaddamadugu
|
18274bf4f9
|
More tyc
|
2022-09-06 12:13:32 -07:00 |
|
Pranav Gaddamadugu
|
f4f77cdf55
|
Enable modes for return types in parser and AST
|
2022-09-06 12:13:32 -07:00 |
|
Pranav Gaddamadugu
|
791463c82f
|
WIP tyc for finalize
|
2022-09-06 12:13:32 -07:00 |
|
Pranav Gaddamadugu
|
bd232127dc
|
Clean up statments; add increment, decrement, and finalize
|
2022-09-06 12:13:32 -07:00 |
|
Pranav Gaddamadugu
|
5521e7f30b
|
Add finalize block to AST
|
2022-09-06 12:13:32 -07:00 |
|
Pranav Gaddamadugu
|
8a8e198f59
|
Tyc for mappings
|
2022-09-06 12:13:32 -07:00 |
|
Pranav Gaddamadugu
|
dffb788913
|
Add Mapping to Program and passes
|
2022-09-06 12:13:32 -07:00 |
|
Pranav Gaddamadugu
|
0e00c5dac3
|
Add Mapping to AST
|
2022-09-06 12:13:32 -07:00 |
|
collin
|
d0a2b8c3ce
|
cargo clippy
|
2022-09-06 15:00:42 +02:00 |
|
Pranav Gaddamadugu
|
78604f61da
|
Fix missed tyc in mul expressions
|
2022-08-23 19:40:01 -07:00 |
|
Pranav Gaddamadugu
|
a39ab9f77f
|
Cleanup
|
2022-08-17 17:03:30 -07:00 |
|
Pranav Gaddamadugu
|
1e39f36ddf
|
Introduces Consumer trait
|
2022-08-17 17:01:29 -07:00 |
|
Pranav Gaddamadugu
|
4095173e7c
|
Cleanup
|
2022-08-17 15:48:54 -07:00 |
|
Pranav Gaddamadugu
|
374b8f35f9
|
Fix comment
|
2022-08-17 15:36:07 -07:00 |
|
Pranav Gaddamadugu
|
615cc61e9e
|
Add console.assert
|
2022-08-17 15:27:11 -07:00 |
|
Pranav Gaddamadugu
|
545a77b09b
|
Remove unnecesary console functions; add assert_eq and assert_neq
|
2022-08-17 14:42:06 -07:00 |
|
Pranav Gaddamadugu
|
dcbdb1bd85
|
Reintroduce IntegerType
|
2022-08-09 19:53:17 -07:00 |
|
Pranav Gaddamadugu
|
7ff7170c45
|
Fix unary negation parser; add test
|
2022-08-09 19:53:17 -07:00 |
|
Pranav Gaddamadugu
|
a531b9642f
|
Remove complex assignments from the AST
|
2022-08-06 07:49:36 -07:00 |
|
collin
|
d397c750d2
|
merge testnet3
|
2022-08-05 13:59:08 -07:00 |
|
Collin Chin
|
46f21c68a2
|
Merge pull request #1994 from AleoHQ/remove-unsafe
Remove all uses of unsafe
|
2022-08-05 13:50:53 -07:00 |
|
d0cd
|
e4db5511d6
|
Update compiler/ast/src/expressions/ternary.rs
Co-authored-by: Collin Chin <16715212+collinc97@users.noreply.github.com>
|
2022-08-05 12:22:23 -07:00 |
|
Pranav Gaddamadugu
|
d56bd3084d
|
Fix order of folded ternary expressions when handling early return statements
|
2022-08-05 08:30:50 -07:00 |
|
Pranav Gaddamadugu
|
4e9b382c55
|
Typecheck helper functions; add codegen support
|
2022-08-04 19:34:46 -07:00 |
|
Pranav Gaddamadugu
|
112cc64290
|
Refactor FunctionInput; removes unecessary code
|
2022-08-04 17:55:26 -07:00 |
|
Pranav Gaddamadugu
|
ac4cd71800
|
Reorganize ast/functions folder
|
2022-08-04 17:55:26 -07:00 |
|
Pranav Gaddamadugu
|
2b3bda7da7
|
Add Annotation to AST; enable parser support
|
2022-08-04 17:55:26 -07:00 |
|
Mazdak Farrokhzad
|
a77d3b4092
|
forbid unsafe_code in all crates
|
2022-08-05 00:36:41 +02:00 |
|
Mazdak Farrokhzad
|
6cc70015d8
|
remove all uses of unsafe
|
2022-08-05 00:21:11 +02:00 |
|
collin
|
13350da303
|
merge testnet3
|
2022-08-03 17:20:40 -07:00 |
|
collin
|
8fb2e60cb4
|
cargo fmt + clippy
|
2022-08-03 14:52:05 -07:00 |
|
collin
|
e5da76abaf
|
impl nonce
|
2022-08-03 13:35:58 -07:00 |
|
Pranav Gaddamadugu
|
b20aed7d34
|
Add Rem, RemWrapped, and Mod to AST
|
2022-08-03 12:54:39 -07:00 |
|
collin
|
2cb40cebf0
|
patch group coordinate codegen
|
2022-08-01 14:30:05 -07:00 |
|
collin
|
dd8e1c1a4e
|
impl and, or, bitand, bitor, bitxor, shl, shr assign parsing
|
2022-07-29 12:47:23 -07:00 |
|
collin
|
66c5deb7e3
|
merge testnet3 do not regen tests
|
2022-07-28 14:23:47 -07:00 |
|
Collin Chin
|
77b5a55788
|
Update compiler/ast/src/statements/conditional.rs
|
2022-07-28 14:01:54 -07:00 |
|
Pranav Gaddamadugu
|
3dc234325c
|
Address feedback
|
2022-07-28 11:51:16 -07:00 |
|
Pranav Gaddamadugu
|
d11ed35c77
|
Addressing feedback
|
2022-07-28 09:24:33 -07:00 |
|
collin
|
184af219ee
|
build and check aleo files during cargo test
|
2022-07-27 15:49:49 -07:00 |
|
Pranav Gaddamadugu
|
12e356c030
|
Integrate SSA pass with compiler
|
2022-07-23 10:29:13 -07:00 |
|
Pranav Gaddamadugu
|
a6feb314a7
|
Produce a valid record as input
|
2022-07-20 15:02:33 -07:00 |
|
collin
|
66b0fcc885
|
merge testnet3 regen tests
|
2022-07-18 15:33:40 -07:00 |
|