mirror of
https://github.com/Ed94/LangStudies.git
synced 2025-07-04 12:51:07 -07:00
Fixed some formatting in notes.
This commit is contained in:
@ -2,8 +2,7 @@
|
|||||||
|
|
||||||
### Single Character
|
### Single Character
|
||||||
RegExp: `/^A$/`
|
RegExp: `/^A$/`
|
||||||
Psuedo:
|
Psuedo: `start A end`
|
||||||
`str.start glyph(A) str.end`
|
|
||||||
|
|
||||||
^ : Beginning of string : Str.Start
|
^ : Beginning of string : Str.Start
|
||||||
$ : End of a string : Str.End
|
$ : End of a string : Str.End
|
||||||
@ -13,7 +12,7 @@ Machine:
|
|||||||
|
|
||||||
### Epsilon-Transition
|
### Epsilon-Transition
|
||||||
RegExp: `/^$/`
|
RegExp: `/^$/`
|
||||||
Psuedo: `str.start str.end`
|
Psuedo: `start end`
|
||||||
|
|
||||||
Machine:
|
Machine:
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user