lordnull / dice.js

Generic RPG dice string parser and roller
MIT License
30 stars 3 forks source link

Allow Nested Scopes #13

Closed lordnull closed 8 years ago

lordnull commented 8 years ago

This also fixes the property name regex; nearly all javascript property names should be usable, rather than just [a-zA-Z 0-9] style names. The only restriction now is that the variable name cannot contain braces.