Parser
A parser turns its input (often text in form of a file) into a more advantageous representation (usually a certain data structure in memory) to perform a specific task.
Common examples include:
Here are 1,169 public repositories matching this topic...
Static code analyser for syntaxic rules
-
Updated
Apr 20, 2019 - C++
SLING - A natural language frame semantics parser
-
Updated
Mar 19, 2018 - C++
A header-only linear-time c++ parsing expression grammar (PEG) parser generator supporting left-recursion and grammar ambiguity
-
Updated
Feb 2, 2023 - C++
general purpose scripting language and interpreter
-
Updated
Aug 27, 2019 - C++
AbstractVM is a machine that uses a stack to compute simple arithmetic expressions. These arithmetic expressions are provided to the machine as basic assembly programs.
-
Updated
Nov 14, 2018 - C++
A C++ program used to parse commands and write commands using the txt files.
-
Updated
Jan 17, 2020 - C++
hand-made json parser
-
Updated
Oct 16, 2020 - C++
JSON parser & generator written in C++17
-
Updated
Jan 12, 2020 - C++
A C++ PEG parser library
-
Updated
Aug 18, 2022 - C++
This is my implementation of the first interpreter described in the book Crafting Interpreters by Robert Nystrom
-
Updated
Apr 16, 2022 - C++
PhotoHostKiller C++ 0.0.1-beta - parses photos from photo hosting sites....
-
Updated
Feb 12, 2023 - C++
Python Compiler made using C++ covering all major stages of Compiler Design
-
Updated
Apr 25, 2023 - C++
- Followers
- 142 followers
- Website
- github.com/topics/parser