The pizza project.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Stephen Cochrane 15caf34595 Urgent fix 3 years ago
assets Typed out ebnf 3 years ago
src Urgent fix 3 years ago
tests Quick rename 3 years ago
.gitignore Init of proj 3 years ago
LICENSE Create LICENSE 3 years ago
Makefile Quick rename 3 years ago
README.md Added compiling scetion 3 years ago
SPEC.md Refactor of docs and makefile 3 years ago

README.md


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