/regex_parser

Side project for learning parsing and regular expressions.

Primary LanguageC++

Regex parser

This is a simple regex parser. This is a side project to get into parsing languages, regex inner workings, cpp, cmake and some design patterns, that are not frequently used in other areas.

Supported OS

Mac OS

Build steps

  1. Install XCode here.
  2. Install Brew here.
  3. Install CMake. Run brew install cmake in your terminal.
  4. Install valgrind. Run brew install --HEAD valgrind in your terminal.
  5. Build and test the parser. Run ./test.sh in your terminal.
  6. See artifacts in the build folder. Main executable is regex_parser.