Skip to content
/ bard Public

A compiler in Java for the Shakespeare Programming Language

Notifications You must be signed in to change notification settings

adobni/bard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bard

A compiler in Java for the [Shakespeare Programming Language] (http://shakespearelang.sourceforge.net/). The parser is written in Antlr4.

The objective is to write a complete compiler. Currently only the parser is implemented.

Requirements

  • Java 1.8
  • Gradle 3.2.1 (Gradle wrapper included in the project)

Building

in Linux/macOS execute:

$ ./gradlew clean build

in Windows execute:

> gradlew clean build

About

A compiler in Java for the Shakespeare Programming Language

Resources

Stars

Watchers

Forks

Packages

No packages published