blob: f4cf55c757f5936b7f34e182c0f4b80172d6e908 (
plain) (
blame)
1
2
3
4
5
|
This MARS does not have a parser, so you have to do it separately.
To parse Redcode programs with pMARS do the following:
pmars-server -r 0 b-scanner.red | sed '1,2d' > b-scanner.rc
|