The Super Tiny Parser
-
Updated
Aug 17, 2018 - C++
The Super Tiny Parser
C code to implement a Recursive Descent Parser with backtracking for a specific grammar.
🌀 a header only library for implementing LL(1) parsers
(Python Code) TOP DOWN PARSING (for making a PREDICTIVE PARSER using FIRST SET, FOLLOW SET, PARSING TABLE etc)
This project showcases two approaches to parsing: a bottom-up parser using Flex & Bison, and a top-down parser using Flex & Recursive Descent. Developed as part of a Compiler course exercise, the parsers process Olympic sports data, identifying those that appeared in at least 7 Olympic games.
Simple interactive environment which calculate math expression, support functions and variables
Add a description, image, and links to the top-down-parsing topic page so that developers can more easily learn about it.
To associate your repository with the top-down-parsing topic, visit your repo's landing page and select "manage topics."