xi2

a plain text language that compiles to MIDI
git clone https://git.ce9e.org/xi2.git

commit
12c937667220a3d351f9279e99ffbc4dc0fc5486
parent
4899d3cf474c0667c0405b60e13f16a4be74f898
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2023-09-19 08:17
style: rm unused function

Diffstat

M xi2.py 6 ------

1 files changed, 0 insertions, 6 deletions


diff --git a/xi2.py b/xi2.py

@@ -7,12 +7,6 @@ import midi
    7     7 from iparser import IParser
    8     8 
    9     9 
   10    -1 def length(data):
   11    -1     data = re.sub('{[^}]*}', '', data)
   12    -1     data = re.sub('\([^\)]*\)', '', data)
   13    -1     return len(data.split(',')) - 1
   14    -1 
   15    -1 
   16    10 def parse(t):
   17    11     string = ''
   18    12     stack = [[]]