-
Notifications
You must be signed in to change notification settings - Fork 5
Issues: arxlang/astx
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Add support for transpiler from ASTx to Python built-in AST
#172
opened Feb 7, 2025 by
xmnlab
1 task done
TypeExpr
- Represents a type expression (e.g., int, string, custom types).
psf-2024
#109
opened Sep 17, 2024 by
xmnlab
AwaitExpr
/AsyncFunction
- Represents an await expression (common in async programming).
psf-2024
#108
opened Sep 17, 2024 by
xmnlab
GotoStmt
- Represents a goto statement (less common in modern languages).
psf-2024
#106
opened Sep 17, 2024 by
xmnlab
ClosureExpr
- Represents a closure expression (capturing variables from the environment).
psf-2024
#105
opened Sep 17, 2024 by
xmnlab
FinallyStmt
- Represents a finally block (used with try-catch).
psf-2024
#103
opened Sep 17, 2024 by
xmnlab
ThrowStmt
- Represents a throw statement (for exceptions).
psf-2024
#100
opened Sep 17, 2024 by
xmnlab
MemberAccessExpr
- Accesses a member of a structure or class (e.g., obj.field
).
psf-2024
#97
opened Sep 17, 2024 by
xmnlab
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.