Skip to content

Commit

Permalink
ASR: Support TypeParameter in numpy2lpythontypes
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaikh-Ubaid committed Aug 28, 2023
1 parent b36a37d commit eaec0ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lpython/semantics/python_ast_to_asr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,7 @@ class CommonVisitor : public AST::BaseVisitor<Struct> {
{"complex64", "c32"},
{"complex128", "c64"},
{"complex_", "c64"},
{"object", "T"}
};

CommonVisitor(Allocator &al, LocationManager &lm, SymbolTable *symbol_table,
Expand Down

0 comments on commit eaec0ac

Please sign in to comment.