Skip to content
/ bpl Public

Bob's Programming Language. A compiler for Oberlin's CS331.

Notifications You must be signed in to change notification settings

peter-fogg/bpl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

bpl

A compiler for CS331.

Running BPL

The Main module contains the code for running the compiler (at the latest stage of development). To run it, use:

$ runhaskell Main.hs <filename>

BPL can also be compiled to native code by GHC.

If <filename> is not given, Main will default to reading from "parser_test.bpl".

About

Bob's Programming Language. A compiler for Oberlin's CS331.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published