From 88127a6a87f94a8ed17ce12481379565d65f3e70 Mon Sep 17 00:00:00 2001 From: Federico Ramirez Date: Sat, 12 May 2018 23:48:54 -0300 Subject: [PATCH] Update README.md Add link to [Parser Combinator](https://github.com/gosukiwi/parser-combinator) library for Ruby --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e12b974..f4e76af 100644 --- a/README.md +++ b/README.md @@ -133,6 +133,7 @@ * [**Python**: *lisp.py: Make your own Lisp interpreter*](http://khamidou.com/compilers/lisp.py/) * [**Python**: *Simple Iterator-based Parsing*](http://effbot.org/zone/simple-iterator-parser.htm) * [**Python**: *Simple Top-Down Parsing in Python*](http://effbot.org/zone/simple-top-down-parsing.htm) + * [**Ruby**: *Build a grammar with parser combinators in Ruby*](https://github.com/gosukiwi/parser-combinator) * Build your own **Regex Engine** * [**C**: *A Regular Expression Matcher*](https://www.cs.princeton.edu/courses/archive/spr09/cos333/beautiful.html)