Skip to content

m-ehsan/Automata-and-Grammar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automata and Grammar

Simple projects for learning and discovering finite automatas and LL(1) grammars.

Automata

Features:

  • Define alphabets
  • Define NFA and DFA automatas
  • Convert NFA to DFA
  • Check strings againts automata
  • Find all possible paths for an output

Grammar

Features:

  • Define grammar by adding instructions
  • Check if the grammar is LL(1)

Releases

No releases published

Packages

No packages published

Languages