Modifying lab io regex to allow for no space between lab identifier and argument string.

This commit is contained in:
Robert Tice
2019-07-01 13:36:24 -04:00
parent 00ae65eb4f
commit 3d4b160bd0

View File

@@ -27,7 +27,7 @@ CLI_FILE = "cli.txt"
LAB_IO_FILE = "lab_io.txt"
LAB_IO_REGEX = re.compile("(in|out) *(\d+): (.*)")
LAB_IO_REGEX = re.compile("(in|out) *(\d+): *(.*)")
COMMON_ADC = """