mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
a1f2bea420
into your applications, as an alternative to pMARS. By M Joonas Pihlaja. Exhaust-ma is exhaust with some of my optimizations. The interface is exactly the same, but the sourcecode contains heavy optimations in the simulator core. PR: ports/83116 Submitted by: Alejandro Pulver <alejandro@varnet.biz>
6 lines
184 B
Plaintext
6 lines
184 B
Plaintext
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
|