Skip to content

Commit

Permalink
Remove leftover script
Browse files Browse the repository at this point in the history
  • Loading branch information
aazuspan committed Aug 11, 2024
1 parent ff5d2cb commit 0cf0113
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/spinasm_lsp/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,9 +337,3 @@ def parse(self) -> SPINAsmParser:
"""Parse and return the parser."""
super().parse()
return self


if __name__ == "__main__":
code = r"""cho rda,sin0,sin|reg|compc,0"""
parsed = SPINAsmParser(code).parse()
print(parsed.token_registry._tokens_by_line[0])

0 comments on commit 0cf0113

Please sign in to comment.