Skip to content

mtread/Syntax_Analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project 2 – Syntax Analyzer

This project adds a syntax analyzer that checks whether source code follows the grammar rules of the language.
It parses the token stream produced by the lexical analyzer and reports syntax errors with their locations.
If no errors are found, the program confirms that the code is syntactically valid.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors