snowballstem / snowball

Snowball compiler and stemming algorithms
https://snowballstem.org/
BSD 3-Clause "New" or "Revised" License
757 stars 173 forks source link

Change the rust backend and runtime to allow for signed integers #77

Closed JDemler closed 6 years ago

JDemler commented 6 years ago

As discussed in PR #51, the rust backend and runtime should support signed integers.

This PR implements this feature and does some minor cleaning up of old code.

ojwb commented 6 years ago

Great, thanks (and thanks for the minor cleanup too).