3 comments

[ 4.2 ms ] story [ 19.5 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 ")
  }