Add System 7.1.1 lpch resources

This commit is contained in:
Elliot Nunn 2019-09-06 17:05:26 +08:00
parent 0fffe2c90f
commit 0c562dac7a
2 changed files with 23915 additions and 1 deletions

23915
Sys711-lpch.r Normal file

File diff suppressed because it is too large Load Diff

View File

@ -213,7 +213,6 @@ for num, data, annotations in lpch_list:
if tok[0] == 'end': break
# Mutate the tokens list to merge the 'prev=' tokens
# (do it here, not coded yet)
for i in reversed(range(len(tokens) - 1)):
if tokens[i+1][0].startswith('prev='):
assert tokens[i][0] == 'distance'