codecrafters-io / build-your-own-x

Master programming by recreating your favorite technologies from scratch.
https://codecrafters.io
282.03k stars 26.47k forks source link

Add Building Regex Engine in Go tutorial #941

Closed rhaeguard closed 9 months ago

rhaeguard commented 9 months ago

Hi,

This PR adds a tutorial on how to build a regex engine from scratch in Go. My goal while writing the tutorial was to explain things in a simple way with visuals and simple code.

Thanks!

rohitpaulk commented 9 months ago

Thank you!