Skip to content
#

language-development

Here are 20 public repositories matching this topic...

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
lex-yacc-experiments

🔧 My studies involving context-free grammar analysis. The analyzers were built using familiar tools such as YACC, Lex and Bison. Topics covered include token filtering, simple variable manipulation, and arrays.

  • Updated Oct 17, 2022
  • Yacc
antlr4-demonstration-project

Improve this page

Add a description, image, and links to the language-development 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 language-development topic, visit your repo's landing page and select "manage topics."

Learn more