A library that reads from the Prison Architect save game (.prison) files.
Has a working parser and lexer, which produces a lua table-like structure (DotPrison::Table.)
These structures are then handled as Crystal (DotPrison::Consumer) objects
TODO: Write installation instructions here
Currently only usable as a library.
There are some examples in the examples directory, that will be expanded in future.
TODO: Write development instructions here
- Fork it (https://github.com/SamualLB/dot_prison/fork)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
- Samual Black - creator and maintainer