denizcanbeytas / SemanticAnalysis-for-FollowingLanguageGrammar

Extend the parser (in JAVA) you wrote in Assignment 2 to perform semantic analysis for the following language grammar. The extended parser should accept a file (a program written in the language) from the command line: java -jar compiler.jar <filename>.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

semantic_analysis_for_the_following_language_grammar

Extend the parser (in JAVA) you wrote in Assignment 2 to perform semantic analysis for the following language grammar. The extended parser should accept a file (a program written in the language) from the command line: java -jar compiler.jar .

About

Extend the parser (in JAVA) you wrote in Assignment 2 to perform semantic analysis for the following language grammar. The extended parser should accept a file (a program written in the language) from the command line: java -jar compiler.jar <filename>.


Languages

Language:Java 100.0%