/SILCompiler

A Simple Integer Language Compiler which implements some major concepts of compiler like Lexical Analysis for finding lexemes using LEX, Syntax Analysis for grammar and syntax checking using YACC, Conditional Constructs, Loop Constructs, User Defined Variables and Arrays, Assembly Code Generation and Function Calls etc..

Primary LanguageC

SILCompiler