Skip to content

Commit

Permalink
DEV: Added AddressOf and DereferencePointer
Browse files Browse the repository at this point in the history
  • Loading branch information
czgdp1807 committed Feb 2, 2024
1 parent f7fac14 commit 2b42cbb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/libasr/ASR.asdl
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,8 @@ expr
| DictLen(expr arg, ttype type, expr? value)

| Var(symbol v)
| AddressOf(symbol v, ttype type)
| DereferencePointer(symbol v, ttype type)
| FunctionParam(int param_number, ttype type, expr? value) --- used in types

| ArrayConstant(expr* args, ttype type, arraystorage storage_format)
Expand Down

0 comments on commit 2b42cbb

Please sign in to comment.