Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rust Port available #5

Open
jwurzer opened this issue Sep 21, 2022 · 0 comments
Open

Rust Port available #5

jwurzer opened this issue Sep 21, 2022 · 0 comments

Comments

@jwurzer
Copy link

jwurzer commented Sep 21, 2022

Hi!
Now I have ported Bantam also to Rust.
It is available at https://github.com/jwurzer/bantam-rust.
It would be great if you put a reference to the Rust port in your Readme file so that my Rust port can be found easily :-)

This Rust version is similar in structure and design to the original Java version. The error handling is done with the panic! macro for simple unrecoverable error handling in the master branch. For error handling with recoverable errors the branch with-error-handling exist. This with-error-handling version is a little bit more complex but has the advantage that the program does not terminate immediately in case of a wrong parsed expressions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant