Reputation:
I was trying to compile Racket bytecode to excecutable. However, when I typed racket parser_rkt.zo
, then there was nothing showing but the cursor kept flashing...What reasons can it be?
btw, I have no source code, but just the compiled one.
Upvotes: 0
Views: 237
Reputation: 5053
Probably the program is simply waiting for input. Running racket parser_rkt.zo
does run that program, so if it doesn't produce anything, that's probably just how the program behaves.
Upvotes: 1