From 29e41817147eb2e92a678a2071eaa30243a0df60 Mon Sep 17 00:00:00 2001 From: nomnivore <6979410+nomnivore@users.noreply.github.com> Date: Wed, 22 May 2024 22:23:52 -0400 Subject: [PATCH] add project --- src/pages/projects.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/pages/projects.js b/src/pages/projects.js index e9f96aa..39976ee 100644 --- a/src/pages/projects.js +++ b/src/pages/projects.js @@ -52,6 +52,14 @@ const projects = [ badges: "HTML,Tailwind CSS,JavaScript,React,Gatsby,Framer Motion,GitHub Pages", }, + { + title: "parcrumb", + desc: `A simple, open-source, and lightweight parser combinator library for TypeScript. Ships with a full + suite of parsers for all kinds of common use-cases, and is easily extended with custom parsers. Developed + and tested using Bun, but published to NPM as a standalone package to use in any Bun/Node/browser environment.`, + sourceUrl: "https://github.com/normnivore/ollama.nvim", + badges: "TypeScript,Parsers,Testing,NPM Registry", + }, { title: "React Training Module", desc: `Created for CIT255 course at NMC. Groups were tasked with creating educational material