This commit is contained in:
Михаил Капелько
2024-05-08 22:47:34 +03:00
parent 251da5d3f9
commit 5fbc03fd87
22 changed files with 275 additions and 83 deletions

View File

@@ -21,5 +21,5 @@ for arg in sys.argv:
OPT_INCLUDES = arg[len(OPT_PREFIX_INCLUDES):]
# Translate file.
out = process(FILE_IN, OPT_HEADER, OPT_INCLUDES)
out = process(FILE_IN)#, OPT_HEADER, OPT_INCLUDES)
print(out)