Y
Hacker News
new
|
ask
|
show
|
jobs
by
mesaframe
2299 days ago
>regex library using finite automata
Ehh
2 comments
rejschaap
2299 days ago
https://en.m.wikipedia.org/wiki/Deterministic_finite_automat...
link
dbmueller
2299 days ago
>>regex library using finite automata >Ehh
By which you mean?
link
russtrotter
2299 days ago
I remember learning RE in the context of finite automata so I'm gathering that they are questioning the novelty of that implementation strategy?
link
guerrilla
2299 days ago
It's essential to it. Literally computer science 101
link
mesaframe
2299 days ago
Exactly
link
mesaframe
2299 days ago
Regex is equivalent to Finite Automata
link