Skip to content
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

Planned code cleanups #12

Open
3 tasks
alastairreid opened this issue Dec 30, 2024 · 0 comments
Open
3 tasks

Planned code cleanups #12

alastairreid opened this issue Dec 30, 2024 · 0 comments

Comments

@alastairreid
Copy link

ASLi is a work in progress. We are actively extending it, improving testing and cleaning up the code.
Some of the planned cleanups are

  • Combine the representations of function return ('Stmt_FunReturn') and procedure return ('Stmt_ProcReturn') into a single node
  • Combine the representations of local variable declarations ('Stmt_VarDecl', 'Stmt_ConstDecl', 'Stmt_VarDeclsNoInit') into a single node
  • Consider combining the representation of configuration variables ('Decl_Config'), global variables ('Decl_Var') and global constants ('Decl_Const')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant