Skip to content
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.
/ peanut Public archive

The first implementation of the Peanut programming language.

License

Notifications You must be signed in to change notification settings

peanut-lang/peanut

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Peanut

Peanut is a simple programming language, using flex/bison. Peanut is hosted at http://github.com/peanut-lang/peanut under MIT License. You can download the source code with the following command.

$ git clone git://github.com/peanut-lang/peanut.git

and, you can build and run samples.

$ make
$ make test

or, build with debug logs and run samples.

$ make CFLAGS=-DPEANUT_DEBUG
$ make test

About

The first implementation of the Peanut programming language.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published