Roll Lang is a domain specific language for interpreting common RPG and tabletop game dice rolls and math operations.
For information on how to use Roll Lang and the specification check the projects wiki.
For information on current development check the project board.
If you find any bugs or would like to make a feature request please open an issue.
If you would like to use Roll Lang as a dependency to your Rust project best way to do that right now is to use this git repository.
In cargo under dependencies add
roll_lang = { git = "https://github.com/jacobguenther/roll_lang" rev="" }
Roll Lang is not stable so make sure to add a commit hash after rev.
If your project uses Roll Lang and would like to be listed here please contact me.