We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1fefff commit 6af277fCopy full SHA for 6af277f
2 files changed
src/libzxbpp/zxbasmpplex.py
@@ -10,12 +10,9 @@
10
# This is the Lexer for the ZXBppASM (ZXBASM Preprocessor)
11
# ----------------------------------------------------------------------
12
13
-import os
14
import sys
15
16
from src.ply import lex
17
-import src.api.utils
18
-from src.libzxbpp.prepro.output import warning, error
19
20
from .base_pplex import BaseLexer
21
src/libzxbpp/zxbpp.py
@@ -13,7 +13,6 @@
import os
-import re
import argparse
from typing import NamedTuple, List
0 commit comments