grammar-parser
Here are 17 public repositories matching this topic...
A simple implementation of a parser and its use to calculate simple mathematical expressions
-
Updated
Feb 14, 2021 - C
Testing how different LALR(1) parsers detect grammar conflicts
-
Updated
Sep 27, 2024 - C
Import of Ian Piumarta's peg/leg recursive-descent parser generators for C
-
Updated
Jun 28, 2022 - C
DodaPlusPlus Compiler aka Doda++
-
Updated
Jun 11, 2021 - C
Welcome to the high seas of programming with PirateScript, a language as adventurous and cunning as a pirate on the hunt for buried treasure. PirateScript be more than just a set of code rules; it's a linguistic journey through the seven seas of syntax and semantics, where every line of code tells a tale of daring escapades and nautical exploits.
-
Updated
Feb 24, 2024 - C
Developed a look ahead parser in C. A Grammar for a custom language was designed to tokenize and syntactically analyze a program written in that language. Some features of language parser includes accounting for syntax of arithmetic expressions, logical expressions and operations on rectangular and jagged array.
-
Updated
Jan 8, 2021 - C
A smaller C based complier built from scratch using yacc and lex for grammar and lexical analyzer tools. Use
-
Updated
Dec 12, 2022 - C
Turtle Language Interpreter using C, Flex (lexical analysis) and Bison (parsing).
-
Updated
Nov 8, 2022 - C
A compiler for a pseudo code langauge
-
Updated
Aug 19, 2024 - C
This contains all the Lab work I did in my college's Compiler Design Lab course in 6th semester.
-
Updated
Mar 13, 2018 - C
compiler to compile markown language to html language. It consist of a scanner in lex, an abstract syntax tree in c, a parser in yacc and a code generator.
-
Updated
Aug 9, 2024 - C
Lucy - An attempt to made a language as part of Compiler Construction course
-
Updated
Sep 23, 2021 - C
simple line by line parsing with lexemes and grammar rules
-
Updated
Nov 10, 2022 - C
-
Updated
Apr 22, 2020 - C
(Prefix Boolean Grammar) A lightweight grammar for writing and evaluating boolean expressions. (And a C library.)
-
Updated
Apr 3, 2019 - C
Improve this page
Add a description, image, and links to the grammar-parser topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the grammar-parser topic, visit your repo's landing page and select "manage topics."