2022-06-25-progress report 2


 

  • There are some issues in the initial implementation. The AST generator recognizes the tokens and tries to generate the AST for the templates, but fails to include everything inside the template itself. For example the variables, functions inside the template does not get included in the AST.

 

  • So I read through the Bison documentation and looked at the files 'ast.h', 'semantics.h' and tried to figure out how I can make the contents of the Template appear in the AST. This is still ongoing. Even though the necessary components have been added to the parser.yy file, they still have to be added to the semantics.h as well. 

Comments

Popular posts from this blog

GSOC 2022 - LFortran - Implementing Generics