DodaPlusPlus Compiler aka Doda++
-
Updated
Jun 11, 2021 - C
DodaPlusPlus Compiler aka Doda++
A simple implementation of a parser and its use to calculate simple mathematical expressions
Testing how different LALR(1) parsers detect grammar conflicts
(Prefix Boolean Grammar) A lightweight grammar for writing and evaluating boolean expressions. (And a C library.)
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.
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.
Lucy - An attempt to made a language as part of Compiler Construction course
simple line by line parsing with lexemes and grammar rules
A compiler for a pseudo code langauge
This contains all the Lab work I did in my college's Compiler Design Lab course in 6th semester.
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.
A smaller C based complier built from scratch using yacc and lex for grammar and lexical analyzer tools. Use
Import of Ian Piumarta's peg/leg recursive-descent parser generators for C
Turtle Language Interpreter using C, Flex (lexical analysis) and Bison (parsing).
Add a description, image, and links to the grammar-parser topic page so that developers can more easily learn about it.
To associate your repository with the grammar-parser topic, visit your repo's landing page and select "manage topics."