bobbimanners / EightBall

The Eight Bit Algorithmic Language for Apple II, Commodore 64 and VIC20
GNU General Public License v3.0
19 stars 3 forks source link

Compiler should allow output filename to be entered #35

Closed bobbimanners closed 6 years ago

bobbimanners commented 6 years ago

Right now the comp command always writes bytecode to a file called bytecode. It should allow the user to specify the name of the file.

bobbimanners commented 6 years ago

Implemented this for v0.74. You can now compile and write the bytecode to the file "foo" as follows: comp "foo"

bobbimanners commented 6 years ago

v0.74 pushed.