mirror of
https://github.com/Ed94/LangStudies.git
synced 2024-11-10 04:14:53 -08:00
.. | ||
Lectures | ||
Scripts | ||
Readme.md | ||
RegM_Viewer.tscn |
Automata: RegEx Machines
Lectures
Contains notes taken from the lecture vods.
Scripts
Contains some implementation from the lectures but I have no completed it yet...
I made my own context-free version of the language callled "SRegEx"
This is mainly what I wanted at the end of the day...
Currently the script only translates to RegEx,
I still need to make RegEx to SRegEx