| .. | ||
| line | ||
| example | ||
| first.go | ||
| first_v2.go | ||
| go.mod | ||
| input | ||
| README.md | ||
| second.go | ||
| second_v2.go | ||
I went a little overboard with a parsing tutorial.
I wanted to manually write a parser from quite some time now and seized this opportunity. It would have been trivial with just a scanner or even a regex, but hey learning!