https://github.com/chamale-rac/grammar
Grammar tools. UI.
https://github.com/chamale-rac/grammar
Last synced: about 1 month ago
JSON representation
Grammar tools. UI.
- Host: GitHub
- URL: https://github.com/chamale-rac/grammar
- Owner: chamale-rac
- License: gpl-3.0
- Created: 2023-10-22T16:12:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-23T15:24:08.000Z (over 1 year ago)
- Last Synced: 2025-01-26T04:42:18.116Z (3 months ago)
- Language: TypeScript
- Homepage: https://igrammar.onrender.com
- Size: 86.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🚀 grammar-server AKA Proyecto 2
Implementation of grammar simplification (to CNF) and CYK algorithm.
This interface works directly with [grammar-server (repository)](https://github.com/chamale-rac/grammar-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. 2** 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