2022-07-22-progress report 6


I wrote code to generate ASR from AST this week. It is an initial implementation so it's not complete. 

  • I had to make some changes to the example "swap_m.f90" since I couldn't get the interface working. I will work on it in a future week.
  • The general approach I took is I added a symbol table to the Template since it will contain functions and subroutines (program units) as well as derived types.
  • I also ignored restrictions and TypeParameter for now.
The first item of the Short term TODO list of this PR is now complete.

Comments

Popular posts from this blog

GSOC 2022 - LFortran - Implementing Generics