-
Hi folks!
We're building a static analyzer and would love to have support for Fe from Day 1!
I was wondering, by any chance are you planning to add support for json output of the AST?
-
Hi, first of all congratulations for this awesome project.
My question is if there is any way to use toolkit in CLI mode? Passing a sql file as input and getting a AST as output in XML or JSON. Som…
-
Need to add list default value or nullable.
Json sample:
{
"userImage": "Shohrab",
"socialMediaInfoess": [
{
"ProfileID": 2,
"SocialMediaURL": "http://facebook.com"
}
]
}
Output sample:
…
-
I've implemented a simple JSON backend that can dump internal ASTs into JSON files.
The goal is to convert the AST into a cross-language representation that it can be used by languages other than Oca…
-
```
max@DESKTOP-SSI3MPL:/mnt/c/Users/MAX/Salam$ pre-commit run --all-files
[WARNING] Unexpected key(s) present on https://github.com/adrienverge/yamllint => yamllint: env
[INFO] Installing environ…
-
## Description
When writing a large number to memory, the legacy codegen successfully optimizes out the mstore statement without causing the program to revert. However, the IR-based codegen, abicod…
-
## Enum generator creates invalid properties when value contain special characters
### Description
When generating TypeScript enums from JSON Schema enums that contain special characters in some o…
-
We currently use `serde`'s derive macros to implement `Serialize` on AST types.
We could use `#[generate_derive]` to generate these impls instead.
## Why is that a good thing?
### 1. Reduce c…
-
Current size as of https://github.com/Col-E/Recaf/commit/2b3017f0866dc8e6c17fc325ac6ba6e620ade841 - `76 MB`
## Action items
- [ ] `-30 MB` Remove unused `fastutil` collection implementations
…
Col-E updated
7 hours ago
-
### Bug Description
In this method:
def _contains_protected_access(code: str) -> bool:
# do not allow imports
imports_modules = False
tree = ast.parse(code)
for node in ast.iter_…