2 unstable releases

0.2.0 Oct 11, 2020
0.0.0 Oct 7, 2020

#2 in #corewars

43 downloads per month
Used in corewars

MIT license

86KB
2K SLoC

corewars-parser

Latest Crates.io Release Latest Github Release Build Status

Parser implementation for the classic programming battle game Core Wars. Primarily used as a dependency for other crates, such as the corewars CLI.

See the website or the Github repo for more details.


lib.rs:

This module is used for parsing a Redcode program. It operates in multiple phases, which are found in the phase module. Each phase passes its result to the next phase.

Dependencies

~3.5MB
~67K SLoC