Skip to content
This repository was archived by the owner on Sep 13, 2022. It is now read-only.

Latest commit

 

History

History
21 lines (14 loc) · 553 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 553 Bytes

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