Skip to content
This repository has been archived by the owner on Jun 12, 2021. It is now read-only.

Latest commit

 

History

History

formal-language-automata-theory

Formal Language and Automata Theory (IT404)

Basic programs on Formal Language and Automata Theory written in C.

  • Sequence Detector
  • Grammar to Language
  • Nondeterministic Finite Automata (NFA)
  • Nondeterministic Finite Automata (NFA) to Deterministic Finite Automata (DFA)
  • Mealy Machine
  • Moore Machine
  • Mealy Machine to Moore Machine
  • Moore Machine to Mealy Machine
  • Mod-n Counter