~skiqqy/pizza

The Pizza Project
cf5483a6 — Stephen Cochrane 3 years ago
Update README.md
15caf345 — Stephen Cochrane 4 years ago
Urgent fix
c235b388 — Stephen Cochrane 4 years ago
Quick rename

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~skiqqy/pizza
read/write
git@git.sr.ht:~skiqqy/pizza

You can also use your local clone with git send-email.


The pizza project aims to implement an interpreter for an assembler language. The spec will be uploaded in a few days, but for now here is an outline of the project.

#Why

Because it sounds like fun, and is unique.

#Wiki

The official wiki can be found here, it contains the specification of pizza and slice-lang.

#Compiling

$ make

#Testing

pizza is under active development, to run the all tests for the current build simply run,

$ make test

If you wish to test by unit instead, see below.

#Testing lexer

$ make testlexer
Do not follow this link