cbLang
cbLang copied to clipboard
The Interpreter doesn't pass arguments to the python version of the file.
trafficstars
A command like:
cbLang test.cb test
should return something like "test" to the sys.argv thing right? Well. NO! It does not. And that's a major bug. Meaning any application using them will not work.
NOTE
The compiled / transpiled version will pass in the arguments already.
A command like:
cbLang test.cb testshould return something like "test" to the sys.argv thing right? Well. NO! It does not. And that's a major bug. Meaning any application using them will not work.
NOTE
The compiled / transpiled version will pass in the arguments already.
I think this might be a pyinstaller bug, I'll have a look.