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

Make it possible for other python code to use Parser directly #26

Open
yyyliu opened this issue Sep 29, 2020 · 0 comments
Open

Make it possible for other python code to use Parser directly #26

yyyliu opened this issue Sep 29, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@yyyliu
Copy link
Member

yyyliu commented Sep 29, 2020

Besides the command line interface, we should make it possible for other people to use the Parser class for compiling a multiverse from within python.

Now it's possible to import and use the Parser class if they import the boba package, however, Parser prints and exits upon any error, which is undesirable.

The first step is to modify Parser to throw an exception instead of print and exit. We might think if other aspects might need improvement.

@yyyliu yyyliu added the enhancement New feature or request label Sep 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant