#gameboy #symbol #parser #gb #sym

gb-sym-file

A parser for Game Boy sym files, fully conformant to the spec

2 stable releases

1.0.1 Sep 30, 2022

#1324 in Game dev

50 downloads per month
Used in evunit

MPL-2.0 license

12KB
125 lines

gb-sym-file

This Rust library provides a parser for Game Boy symbol files that's fully conformant to the specification.

...There is not much functionality in it, so there is not much to say, either! Please consult the documentation.

You might also be interested in gb-cpu-sim.

License

This crate is available under the Mozilla Public License 2.0.


lib.rs:

This crate implements a sym file parser fully conforming to the specification.

The entry points to this crate is parse_line / parse_line_with_metadata.

An example program is available on GitHub.

Dependencies

~0.3–0.8MB
~19K SLoC