Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 971 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 971 Bytes

📜 Theory of Automata (TOC) Project 📜

A project containing two modules:

  1. Document Text Search using NFA 🔍
  2. Regex to NFA Convertor+Visualizer 🔍

🔍 Module 1: Document Text Search using NFA

A tool for searching for specific text in a document using NFA (Non-deterministic Finite Automaton).

🔍 Module 2: Regex to NFA Convertor+Visualizer

A tool for converting regular expressions to NFA and visualizing the resulting automaton.

🔧 Usage

  1. Open the project in a code editor
  2. Run the server.js file to start the server
  3. Open a web browser and navigate to http://localhost:3000 to use the tool

🤝 Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.