Closed epatrizio closed 2 years ago
See the AST recursive typing at expressions level ... : "deeper" expressions (~ not coming from a statement) do not seem to be decorated with their type.
Important refactoring because type_expr function return now, type "and" the current expression node decorated with the type (not only the type)
See the AST recursive typing at expressions level ... : "deeper" expressions (~ not coming from a statement) do not seem to be decorated with their type.