Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

ST0270 Formal Languages and Compilers - Assignment 1

Group members

  • David Londoño Palacio
  • Sebastián Andrés Uribe Ruiz

System info

  • Operating System: Any actual windows version
  • Programming lenguage: Python
  • Tools: Python 3, DFA library, automata-lib

How to run our implementation

  1. Install Python in a recent version

  2. Install the libraries by the folllowing steps

    • Open your console
    • Use PIP (Python installer package) to install the libraries doing the following
      • pip install dfa
      • pip install automata-lib
  3. Then just run python file directly with the interpreter or using a code editor

  4. For the empty string just press enter on the input Then you should see " The DFA accepts the string '' "

About

A program that reads a string from the command line and determines if it belongs to L.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages