comparison interps/rail/README @ 996:859f9b4339e6

<Gregor> tar xf egobot.tar.xz
author HackBot
date Sun, 09 Dec 2012 19:30:08 +0000
parents
children
comparison
equal deleted inserted replaced
995:6883f5911eb7 996:859f9b4339e6
1 ----
2 Rail
3 ----
4
5 If you are on a windows machine, the program 'rail.exe' is a compiled
6 version of the interpreter. Just run it without any arguments to get
7 the usage description. If you want to compile it yourself, open
8 'rail.sln' with Visual Studio.
9
10 If you are on a *nix machine, type 'sh compile.sh' to compile. This
11 will create a program called 'rail'. Run it to get usage. It is
12 assumed that you have g++.
13
14 There are a number of simple example programs provided which exercise
15 various parts of the language.
16
17 To see a description of the language, go to:
18
19 http://esoteric.voxelperfect.net/wiki/Rail
20
21 Hope you have fun with this. I certainly did when I made it.
22
23 -D