This commit is contained in:
David Schirrmeister
2025-07-08 10:21:11 +02:00
parent f0e36f41da
commit 3ba9cf09b5
7 changed files with 308 additions and 1 deletions

View File

@ -114,4 +114,6 @@ Nachteile:
- $(a)^?$: ggf. 1x a
- $[acfw]$: $a | c | f | w$ = a oder c oder f oder w
- $[^acfw]$: nicht eins von denen
- $[1-4]$: [1234]
- $[1-4]$: [1234]
> Sprachen sind von einem regulären Ausdruck beschreibbar, wenn Nerode-Index endlich ist