javalent / dice-roller

Inline dice rolling for Obsidian.md
268 stars 28 forks source link

fix(lexer): handle unary minus operator #262

Closed twiescha closed 10 months ago

twiescha commented 10 months ago

add tests for lexer

Pull Request Description

formulas with non leading unary minus signs threw exceptions, e.g "1d20 + -2" this should be fixed

See: fixes #258