-
Notifications
You must be signed in to change notification settings - Fork 4
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
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
YieldExpr
- Represents a yield expression (common in Python for generators).
psf-2024
#107
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
MatchExpr
- Represents a match or switch expression (common in Rust and Swift).
psf-2024
#99
opened Sep 17, 2024 by
xmnlab
IndexExpr
- Indexing into a list or array (e.g., arr[index]
).
psf-2024
#98
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
StructDeclStmt
, StructDefStmt
- Declares and Define a structure (e.g., in Rust).
psf-2024
#92
opened Sep 17, 2024 by
xmnlab
EnumDeclStmt
/ EnumDefStmt
- Declares and Definition of an enumeration.
psf-2024
#91
opened Sep 17, 2024 by
xmnlab
ClassDeclStmt
/ClassDefStmt
- Declares and defines a class.
psf-2024
#90
opened Sep 17, 2024 by
xmnlab
Previous Next
ProTip!
Updated in the last three days: updated:>2024-12-11.