Skip to content

Compiler made in Python for the Compilers class at IC/UFAL

Notifications You must be signed in to change notification settings

yagoandrade/COMP379-Compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a Compiler made in Python for the COMP379 class at IC/UFAL

Features:

Lexical analysis: Tokenizes the input source code.

Syntax analysis: Parses the token stream to generate an abstract syntax tree (AST).

Semantic analysis: Performs basic type checking and error detection.

About

Compiler made in Python for the Compilers class at IC/UFAL

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages