Differences From Artifact [751d12bb6a]:
- Executable file parse.py — part of check-in [18dba95a2e] at 2011-09-13 20:02:12 on branch feature/abc — Changed parser to include nodes (user: brian, size: 4025) [annotate] [blame] [check-ins using]
To Artifact [e9eede661e]:
- Executable file parse.py — part of check-in [029fd48614] at 2011-09-13 20:08:17 on branch feature/abc — Added a name parameter to the Tree class that will prove helpful in generating the score (user: brian, size: 4025) [annotate] [blame] [check-ins using]
| ︙ | |||
154 155 156 157 158 159 160 | 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 | - + |
p[0] = Rest()
if len(p) > 2:
p[0].duration = p[2]
def node(p):
'''node: NODE
'''
|
| ︙ |