Skip to content

vityaman-edu/parser-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parser Generator

Educational Parser Generator Tool.

Goals

  • Compute FIRST and FOLLOW Sets from grammar
  • LL1 Parsing Table interpreter
  • Lexer

Build & Run

bash ci/local/all.sh