Ceebox / cbLang

A programming language made in Python
MIT License
54 stars 13 forks source link

The Interpreter doesn't pass arguments to the python version of the file. #11

Closed andriemc closed 1 year ago

andriemc commented 1 year ago

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.

Ceebox commented 1 year ago

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.

I think this might be a pyinstaller bug, I'll have a look.