Skip to content
/ grep Public

Grep implementation in Go, following CodeCrafters.

Notifications You must be signed in to change notification settings

Meillaya/grep

Repository files navigation

progress-banner

This is a starting point for Go solutions to the "Build Your Own grep" Challenge.

Regular expressions (Regexes, for short) are patterns used to match character combinations in strings. grep is a CLI tool for searching using Regexes.

In this challenge you'll build your own implementation of grep. Along the way we'll learn about Regex syntax, how parsers/lexers work, and how regular expressions are evaluated.

Note: If you're viewing this repo on GitHub, head over to codecrafters.io to try the challenge.

Implementation

This repository serves to document my progress in constructing a complete regex engine written from scratch in Go. This is beyond the scope of what I initialy wanted to achieve with this project, however I believe it will be an integral learning experience.

Features

TBD

About

Grep implementation in Go, following CodeCrafters.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published