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
This project defines a formal grammar for a JavaScript-like programming language using Backus-Naur Form (BNF) notation. The grammar specifies the syntax for a structured, high-level programming language that supports common programming constructs such as variables, control flow, functions, and expressions, closely resembling JavaScript
This project implements a compiler for a custom programming language featuring lexical and syntax analysis, intermediate representation in Polish Notation, and code generation.