spiffyscore

Diff
Login

Differences From Artifact [7bbfef5961]:

To Artifact [17628fda61]:


1
2
3

4
5
6
7
8
9
10
1
2

3
4
5
6
7
8
9
10


-
+







#!/usr/bin/env python

from ply import lex
from ply import lex, yacc

tokens = (
    "NOTE",
    "REST",
    "SHARP",
    "FLAT",
    "OCTAVE",