Damir S
|
e60c56941a
|
Update ast/src/input/section.rs
Co-authored-by: Collin Chin <16715212+collinc97@users.noreply.github.com>
|
2022-02-23 19:41:13 +03:00 |
|
Damir S
|
a68b56881b
|
Update ast/src/input/definition.rs
Co-authored-by: Collin Chin <16715212+collinc97@users.noreply.github.com>
|
2022-02-23 19:41:02 +03:00 |
|
damirka
|
239f06b3af
|
removes leo_input mentions, cleanup dep
|
2022-02-22 03:10:50 +03:00 |
|
damirka
|
aa61840eb6
|
Merge branch 'testnet3' into leo-parser-inputs
|
2022-02-22 02:59:54 +03:00 |
|
damirka
|
f02a972fb9
|
removes state parsing
|
2022-02-22 02:54:02 +03:00 |
|
damirka
|
0c22d631e8
|
adds tests, removes legacy code
|
2022-02-22 02:18:33 +03:00 |
|
damirka
|
4c18eb91b7
|
indexmap key is now a symbol
|
2022-02-22 01:11:58 +03:00 |
|
damirka
|
5586c42266
|
added inputerror
|
2022-02-21 23:01:32 +03:00 |
|
damirka
|
7a29c8ba6d
|
cleanup, serializers
|
2022-02-21 21:36:46 +03:00 |
|
damirka
|
c90b8de590
|
pre-review fixes
|
2022-02-21 20:42:00 +03:00 |
|
gluax
|
8fd55656ee
|
fix other parens cases
|
2022-02-18 15:04:38 -08:00 |
|
Collin Chin
|
2abb736b43
|
Update ast/src/reducer/mod.rs
|
2022-02-17 13:31:10 -08:00 |
|
gluax
|
89569e658e
|
updated and better file descirptions
|
2022-02-17 12:54:19 -08:00 |
|
damirka
|
b666a24aa3
|
cleanup, split into files
|
2022-02-16 16:56:46 +03:00 |
|
damirka
|
0878e4f85f
|
single parser, multi purpose
|
2022-02-15 20:54:00 +03:00 |
|
damirka
|
8b2a7bd8bd
|
finalized input parsing, got a working copy
|
2022-02-14 16:24:15 +03:00 |
|
damirka
|
5b4ac6b509
|
stashing another set of dev changes
|
2022-02-11 18:53:03 +03:00 |
|
Mazdak Farrokhzad
|
5a0570cf4a
|
imports: adjust reducers
|
2022-02-02 13:33:32 +01:00 |
|
Mazdak Farrokhzad
|
567def9e2f
|
imports: refactor AST repr
|
2022-02-02 00:20:29 +01:00 |
|
collin
|
056905c5d0
|
apply suggestions from @acoglio
|
2022-02-01 11:23:36 -08:00 |
|
Mazdak Farrokhzad
|
d6d23f938b
|
cherry pick ast-docs commit
|
2022-02-01 10:59:05 -08:00 |
|
gluax
|
f0b312604d
|
migrate latest ast changes
|
2022-01-28 14:54:35 -08:00 |
|
gluax
|
7b54423b41
|
merge more ast changes from staging
|
2022-01-26 11:21:33 -08:00 |
|
gluax
|
2a2df78603
|
ast changes migrated
|
2022-01-21 12:29:59 -08:00 |
|
gluax
|
ea419a7891
|
migrate spans crate, which involves rust 2021 ed, and dep updates
|
2022-01-21 12:04:37 -08:00 |
|
collin
|
34a0b4e9b0
|
clippy
|
2022-01-17 16:30:08 -08:00 |
|
damirka
|
e56a1aedaa
|
fixes PartialEq use in circuit member assign
|
2021-10-19 10:43:19 +02:00 |
|
damirka
|
89df5be18f
|
fixes the random flying bug with duplicates
|
2021-10-18 17:48:39 +02:00 |
|
Pranav Gaddamadugu
|
ffae3b39ff
|
Fixed JSON order bug in AST on removal of values
|
2021-09-29 07:56:28 -07:00 |
|
Pranav Gaddamadugu
|
dfcebcf957
|
Added AST normalization to fit TGC output
|
2021-09-28 17:16:56 -07:00 |
|
Pranav Gaddamadugu
|
94498179db
|
Added feature to serde_json, new expected ASTs
|
2021-09-24 16:34:57 -07:00 |
|
Pranav Gaddamadugu
|
2edb794c8b
|
Passing no-span serialization tests in parser
|
2021-09-22 11:54:58 -07:00 |
|
Pranav Gaddamadugu
|
1521a4a84d
|
Refactored code so all filtering logic is in AST
|
2021-09-22 10:58:21 -07:00 |
|
Pranav Gaddamadugu
|
73ff1d85e0
|
Added custom serialization for spans in tuple-like enum variants; changed expected output in serialization test
|
2021-09-21 18:28:50 -07:00 |
|
Pranav Gaddamadugu
|
a9746cb756
|
Refactor to previous function name:
|
2021-09-21 09:32:31 -07:00 |
|
Pranav Gaddamadugu
|
798c3f0eb6
|
Refactored code to pull out JSON value serialization; preferring this option since it preserves test expectations
|
2021-09-20 20:48:16 -07:00 |
|
Pranav Gaddamadugu
|
074587f4d2
|
Added original code to verify that test expectations do not change
|
2021-09-20 20:28:52 -07:00 |
|
Pranav Gaddamadugu
|
5f22a21f47
|
Implemented option to remove from serialized AST
|
2021-09-20 19:21:52 -07:00 |
|
Alessandro Coglio
|
a5f74195cf
|
Merge pull request #1333 from AleoHQ/array-len-function
[Feature] Adds .len() postfix to arrays
|
2021-09-15 10:10:32 -07:00 |
|
damirka
|
f12eafb957
|
replace sizeof with lengthof
|
2021-09-14 18:01:24 +03:00 |
|
damirka
|
4f41f09ef2
|
Merge branch 'master' into array-len-function
|
2021-09-13 14:26:38 +03:00 |
|
gluaxspeed
|
e1f6b16ea7
|
added new errors
|
2021-09-10 06:42:01 -07:00 |
|
damirka
|
093517109b
|
renaming, now .length()
|
2021-09-10 16:11:55 +03:00 |
|
gluaxspeed
|
64e88404d2
|
prelude stuff auto included
|
2021-09-10 05:55:07 -07:00 |
|
damirka
|
2942bf85fe
|
staging commit for the sizeof operator
|
2021-09-07 19:33:02 +03:00 |
|
gluaxspeed
|
8a8b5ab757
|
resolve merge conflicts
|
2021-09-07 02:59:35 -07:00 |
|
gluax
|
81271c918f
|
Merge pull request #1327 from AleoHQ/abnf-ast-changes
[ABNF] CircuitOrAlias changed to Identifier
|
2021-09-06 22:23:52 -07:00 |
|
damirka
|
857ab9a2b6
|
change CircuitOrAlias to Identifier
|
2021-09-06 14:10:06 +03:00 |
|
gluaxspeed
|
cfb8720af7
|
fix scope shadowing, and importing global consts
|
2021-09-06 03:53:02 -07:00 |
|
gluaxspeed
|
a1f3108512
|
Merge branch 'master' of github.com:AleoHQ/leo into bug/shadowing-fixes
|
2021-09-06 00:07:44 -07:00 |
|