Skip to content
#

grammar-parser-generator

Here are 5 public repositories matching this topic...

Language: All
Filter by language
antlr4-experiments

🔧 My studies on context-free grammar, using ANTLR4 (C++) to generate the parser files. Some basics are developed, such as token processing, recursion, variable definition, array processing, Abstract Syntax Tree (AST) manipulation, UNICODE support, and error handling.

  • Updated Oct 17, 2022
  • Java

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

Improve this page

Add a description, image, and links to the grammar-parser-generator topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the grammar-parser-generator topic, visit your repo's landing page and select "manage topics."

Learn more