A Lightweight Endianess Parser and Lexer
The ambition and intention moreover, with this project is to providem myself with a lightweight solution for being able to evaluate and parse data in Rust - providing an opportunity to get a feel for the environment encompsssing Rust.
The main encompassing feature is the byte-aware parser, allowing for an effective means of attributing EOS/EOF when being fed into stdin
Such is the idea of potentially working on an implementation to read and parse Binary formats to handle certain operations
git clone this repo
cargo build --release
cargo run
./korone <INPUT_FILE> <ENDIANNESS>
The following is an example of using a SEGA Mega Binary ROM file to read the Endianness level accordingly
The example provided is using one of BigEvilCorp's, Mega Drive Sample's