Skip to content

ssramirezr/project-teamsc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Review Assignment Due Date

ST0270 Formal Languages and Compilers Project :

Group Members:

  • Santiago Alvarez Diaz
  • Juan Carlos Citelly Guzmán

Code of the final project for the subject "Formal Languages and Compilers" at EAFIT university. This project is based on the algorithms to compute the First and Follow sets for nonterminal symbols in a context-free grammar.

Information

  • The chosen language was Python.
  • The program was executed on Windows OS.
  • The IDE we used was Pycharm.
  • Tool Python3.

Instructions To Run The Program

Follow these instructions to run the program:

  1. Install Python.

  2. Download the main.py.

  3. Go to the project directory where you stored main.py.

  4. Run the main.py file:

    py main.py
    
  5. Enter the number of grammars to process.

  6. Enter the number of rules for the grammar.

  7. Enter the production rules, for example.

    S AB
    A aA a
    B bBc bc
  8. The program would return the "first" and "follow" result of the grammar.

About

project-teamsc created by GitHub Classroom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages