2 unstable releases
0.2.0 | Oct 11, 2020 |
---|---|
0.0.0 | Oct 7, 2020 |
#2 in #corewars
Used in corewars
86KB
2K
SLoC
corewars-parser
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
~66K SLoC