LangStudies/App/RegM
2022-07-20 14:57:26 -04:00
..
Lectures Fleshed out the UI for RegM, fixes to SRegEx 2022-07-17 10:18:24 -04:00
Scripts Lecture 6 complete. 2022-07-20 14:57:26 -04:00
Readme.md EoI : Lectures 1-5 complete 2022-07-20 09:27:19 -04:00
RegM_Viewer.tscn EoI : Lectures 1-5 complete 2022-07-20 09:27:19 -04:00

Automata: RegEx Machines

Img

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