Custom Coding Language and Interpreter (Big Add Language)
This project showcases a project designed to create a lexical analyzer and interpreter for a custom language called Big Add Language using C. Below is an overview of the repository, its files, and their purposes. Overview The Big Add Language includes classic declarations, basic arithmetic operations, assignments, loops, and conditionals. This project involves a lexical …