Nov 30, 2012 at 12:18 PM
Join Date: Jan 28, 2010
Location: Internet
Posts: 1369
Age: 34
Pronouns: he/him
Converts Mint code to TSC.
Well not really. The version of the Mint language implemented in this program is a very limited subset of Mint that is barely Turing complete.
Example Input:
Example Output:
So yeah, you can name your flags and stuff.
Download Mint to TSC v0.1
You need Python 3 to run this.
To run it, use the command prompt (gasp!)
Use cd (change directory) to get to the right folder. Then type in python MintToTSC.py YOUR_FILE_NAME to transform a file.
If you don't know how to use the command prompt / Terminal / console, talk to me and I will write a bash or batch file for you.
If it still doesn't work, contact me again.
Well not really. The version of the Mint language implemented in this program is a very limited subset of Mint that is barely Turing complete.
Example Input:
Code:
#0300
x = true
y = true
teleport 300 if x
display Hello, world!
5000 = true
100 = true
<END
#0200
teleport 200 if 100
<END
Example Output:
Code:
#0300
<FL+4001
<FL+4002
<FLJ4001:0300<MSGHello,<NOD world!<NOD<CLO<FL+5000<FL+0100<END
#0200
<FLJ0100:0200<END
So yeah, you can name your flags and stuff.
Download Mint to TSC v0.1
You need Python 3 to run this.
To run it, use the command prompt (gasp!)
Use cd (change directory) to get to the right folder. Then type in python MintToTSC.py YOUR_FILE_NAME to transform a file.
If you don't know how to use the command prompt / Terminal / console, talk to me and I will write a bash or batch file for you.
If it still doesn't work, contact me again.