Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chamale-rac/automaton
Automaton tools. UI.
https://github.com/chamale-rac/automaton
automaton regex
Last synced: 5 days ago
JSON representation
Automaton tools. UI.
- Host: GitHub
- URL: https://github.com/chamale-rac/automaton
- Owner: chamale-rac
- License: gpl-3.0
- Created: 2023-09-06T16:00:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-17T07:01:05.000Z (over 1 year ago)
- Last Synced: 2024-11-27T12:37:07.875Z (2 months ago)
- Topics: automaton, regex
- Language: TypeScript
- Homepage: https://iautomaton.onrender.com
- Size: 258 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🚀 automaton AKA Proyecto 1
You can effortlessly generate graphs from regular expressions, including Abstract Syntax Tree, Non-deterministic Finite Automaton, Deterministic Finite Automaton, and Minimized Finite Automaton. Additionally, iAutomaton enables you to simulate these automata with various input strings.
This interface works directly with [automaton-server (repository)](https://github.com/chamale-rac/automaton-server).
## 📑 Index
- [🌐 How to use it?](#how-to-use-it)
- [🤔 Why I code this?](#why-i-code-this)
- [🧐 Who I am?](#who-i-am)## How to use it?
This project uses react, typescript and vite. To run it simply use:
```bash
npm install
``````bash
npm run dev
```⚠️ Don't forget to configure the **.env** file with the server URL.
## Why I code this?
Es un agregado al **Proyecto No. 1** de **Teoría de la Computación** **Sección 20** del **Segundo ciclo 2023**. Valía puntos, fuí coaccionado 😭.
## Who I am?
[Samuel A. Chamalé](https://github.com/chamale-rac) - Human
Guatemala, 2023