rprec 1.0.0
`RPrec` is an implementation of operator-precedence parsing. The operator-precedence parsing is also known as Pratt parsing. This implementation is extended for mixfix operators which are operators consists of multi parts (e.g. `... ? ... : ...` operator).
Gemfile:
=
install:
=
Versions:
- 1.0.0 November 29, 2023 (14.5 KB)