Coder Social home page Coder Social logo

theory-of-computation's Introduction

theory-of-computation

Python package GitHub License GitHub Issues or Pull Requests

Description

This is my homework for the theory of computation class @fmi-unibuc.

This library implements and tests the following:

  • an input validator that checks if a given configuration file is valid or not
  • a program that loads and then generates a DFA based on an input file and checks if it accepts a given string
  • a program that creates a NFA and converts it to a DFA
  • a program that loads and validates a CFG configuration file
  • a program that creates a PDA and converts it to a CFG

Installation

Prerequisites

Ensure you have the following installed:

  • Python 3.9, 3.10, 3.11 or 3.12
  • pip, the Python package installer

Setting up the Environment

  1. Clone the Repository

    https://github.com/sirbuig/theory-of-computation.git
    cd theory-of-computation
    
  2. Create and activate a virtual environment

    python3 -m venv .venv
    source .venv/bin/activate
    
  3. Install dependencies

    pip install -r requirements.txt
    

Usage

From the root of the folder run pytest.

theory-of-computation's People

Contributors

sirbuig avatar

Watchers

 avatar

theory-of-computation's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.