mirror of
https://github.com/Ed94/LangStudies.git
synced 2024-11-10 04:14:53 -08:00
17 lines
431 B
Markdown
17 lines
431 B
Markdown
|
# 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
|