You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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..