Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 652 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 652 Bytes

DFA

To-do list for project:

  • -h command line argument (usage)
  • Define .dfa file type
  • Read input string from stdin
  • Create data structure to represent state machine (hash table)
  • Output result
  • -v command line argument (verbose)
  • Error checking

New TODOs