libcw 0.1.1

Core Wars runtime and parser
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//! Your one-stop shop for everything Core Wars

pub mod redcode;

#[cfg(feature = "mars")]
pub mod simulation;


#[cfg(feature = "parser")]
#[macro_use] extern crate lazy_static;

#[cfg(feature = "parser")]
extern crate regex;

#[cfg(feature = "parser")]
pub mod parser;