From e09508c3155c4bae3ab348f146a15a83a387a785 Mon Sep 17 00:00:00 2001 From: Greg Shuflin Date: Fri, 3 Feb 2023 16:18:28 -0800 Subject: [PATCH] Add a bit about parser-combinator library --- index.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/index.html b/index.html index d828483..9c333f8 100644 --- a/index.html +++ b/index.html @@ -84,6 +84,11 @@ command runner, written in Rust. +
  • A wrote a quick and dirty parser combinator + library in Rust, mostly as a proof of concept. I'd like to see if I can incorporate some of the + ideas from the paper + Efficient parsing with parser combinators to make it faster. +
  • I contributed a basic Vim