3 comments

[ 7.8 ms ] story [ 33.0 ms ] thread
A small regex engine in Go made to learn NFA and Automata and also to use in another project.
There doesn't seem to be anything there except some struct definitions and a placeholder main function. Yet it got 10 upvotes.
Do you not like the program?

  func main() {
    fmt.Println("rex ")
  }