Skip to content

Instantly share code, notes, and snippets.

View adiel's full-sized avatar

Adrian Hawkins-Longley adiel

View GitHub Profile
function EbnfDiagram(gc,width,height) {
this.gc = gc;
this.styles = STYLES;
this.style = this.styles["DIAGRAM"];
this.height = height;
this.width = width;
this.init();
}