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