Skip to content

Instantly share code, notes, and snippets.

View Thirumalai-Shaktivel's full-sized avatar
🎯
Focusing

Thirumalai Shaktivel Thirumalai-Shaktivel

🎯
Focusing
View GitHub Profile
@Thirumalai-Shaktivel
Thirumalai-Shaktivel / Final Report.md
Last active August 22, 2021 04:47
GSoC Work Product [Fortran-lang] [2021]

Google Summer of Code 2021 Final Report

Student: Thirumalai Shaktivel
Project: LFortran: Finish AST generation
Organisation: Fortran-lang
Mentor: Ondřej Čertík

Overview of Work Done

The main objective of this project is to make sure that all the grammar rules defined are exposed to AST(Abstract Syntax Tree) level. There were many other goals such as solving the issues labelled parser and fmt (converts preserved AST nodes back to Fortran source code).

Added missing parser grammar rules and AST nodes: