Skip to content

A simple recursive descent parser implemented in C, to evaluate a basic grammar supporting arithmetic expressions.

Notifications You must be signed in to change notification settings

jkeys-ecg-nmsu/simple-recursive-descent-parser-for-arithmetic-grammar

Repository files navigation

simple-recursive-descent-parser-for-toy-grammar

A simple recursive descent parser implemented in C, to evaluate a simple grammar for arithmetic expressions.

This repository directly builds upon skeleton files written and provided by Prof. Hing Leung, PhD, NMSU for the course CS370 (Compiler and Automata). The Wiki for this repository contains the lab prompt as written by Dr. Leung.

To distinguish my work from Dr. Leung's, simply compare the skeleton files (in skeleton_files) with the files in the main repository folder.

Releases

No releases published

Packages

No packages published