MCPcopy Index your code
hub / github.com/InkboxSoftware/excelCPU / syntaxError

Function syntaxError

compileExcelASM16.py:27–29  ·  view source on GitHub ↗
(lineNumber)

Source from the content-addressed store, hash-verified

25 compileResults()
26
27def syntaxError(lineNumber):
28 print(RED + "\tSyntax Error, line: " + str(lineNumber)+ ENDCOLOR)
29 compileResults()
30
31def labelError(lineNumber):
32 print(RED + "\tDouble label detected, line " + str(lineNumber) + ENDCOLOR)

Callers 1

encodeFunction · 0.85

Calls 1

compileResultsFunction · 0.85

Tested by

no test coverage detected