Skip to content
This repository has been archived by the owner on Mar 25, 2022. It is now read-only.

Latest commit

 

History

History
41 lines (24 loc) · 907 Bytes

README.pod

File metadata and controls

41 lines (24 loc) · 907 Bytes

NAME

README.pod - Gunie

DESCRIPTION

Gunie is an implementation of the Perl 1.0 language, written in Go.

LICENSE

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'.

PREREQUISITES

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

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.