From d3a7549879fe84cc85874cbb43f195bc3359c485 Mon Sep 17 00:00:00 2001 From: Mike Jarmy Date: Thu, 11 Oct 2018 06:48:04 -0400 Subject: [PATCH] Updated Projects (markdown) --- Projects.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Projects.md b/Projects.md index 3a024141..53ed18ee 100644 --- a/Projects.md +++ b/Projects.md @@ -1565,6 +1565,7 @@ See also [[SQLDrivers page|SQLDrivers]]. * [goenv](https://github.com/smyrman/goenv) - Create an isolated environment where you install Go packages, binaries, or even C libraries. Very similar to virtualenv for Python. * [GoForth](https://github.com/ArtemTitoulenko/GoForth) - A simple Forth parser * [golemon](https://github.com/nsf/golemon) - A port of the Lemon parser-generator + * [golem](https://github.com/mjarmy/golem-lang) - A general purpose, interpreted scripting language. * [GoLightly](https://github.com/feyeleanor/GoLightly) - A flexible and lightweight virtual machine with runtime-configurable instruction set * [goll1e](https://github.com/realistschuckle/goll1e) - An LL(1) parser generator for the Go programming language. * [Golog](https://github.com/mndrix/golog) - Prolog interpreter in Go