mame / quine-relay

An uroboros program with 100+ programming languages
13.94k stars 554 forks source link

Thue.rb #103

Closed JLP04 closed 4 years ago

JLP04 commented 4 years ago

The command with thue.rb to generate a typescript file isn't giving any output which is causing the typescript file to be empty.

JLP04 commented 4 years ago

The issue appears to be occurring in the tcsh line.

mame commented 4 years ago

The expected results are included in https://github.com/mame/quine-relay/tree/spoiler branch. By comparing these files, you can identify what step produces wrong code.

Currently, quine-relay supports only Ubuntu 20.04. Are you trying other platform than it? It is very tough. It may depend on subtle differences of interpreter versions, so please use the specified versions exactly, check the result step-by-step, and debug it yourself if you find an issue :-)

JLP04 commented 4 years ago

I am using macOS Catalina, which is probably why it isn't working.