Damascus University 2017 Compiler Parser Assignment (BayooG)
A look alike Golang Parser Using JavaCC 5.0
this code is parser for essential functionality of Golang like:
- Varibles declearation
- if Statement (if/else)
- loops (for Statement)
- switch Statement
- function declearation
and all small details needed for acomplishing that
Unfortunatlly I did not have time to complete the Semantic part .
this code was written in like 4 hours Before that I did not know a thing about JavaCC .