LangStudies/App/RegM/Readme.md

17 lines
431 B
Markdown
Raw Permalink Normal View History

2022-07-20 06:27:19 -07:00
# Automata: RegEx Machines
![Img](https://i.imgur.com/NWwBjhN.png)
## 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