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

allisonrandal/gunie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Implementation of Perl 1.0 in Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published