README.pod - Gunie
Gunie is an implementation of the Perl 1.0 language, written in Go.
This code is distributed under the terms of the Artistic License 2.0. For more details, see the full text of the license in the file 'LICENSE'.
You'll need Go installed, together with the Peg parser generator package by Andrew Snodgrass. On both Debian/Ubuntu and Fedora/RHEL, Go can be installed with the package 'golang'. Then the Peg package can be installed with:
$ go get -u github.com/pointlander/peg
(Make sure you have the $GOPATH environment variable set to something sensible, probably '~/go'.)
Copyright (C) 2017, Allison Randal
The test files in t/ are:
Copyright (C) 1987, Larry Wall
Relicensed under the Artistic License 2.0 by permission from the author.