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

Export Logics #243

Closed
asodeur opened this issue Aug 8, 2022 · 2 comments · Fixed by #245
Closed

Export Logics #243

asodeur opened this issue Aug 8, 2022 · 2 comments · Fixed by #245
Labels

Comments

@asodeur
Copy link

asodeur commented Aug 8, 2022

I like hylar-cores API a lot for it's simplicity. Would it be possible to add

export * as Logics from './Logics/Logics';

to index.js. That would make experimentation with new rules easier as there currently seems to be no way to access Logics.parseRule.

@jeswr
Copy link
Owner

jeswr commented Aug 8, 2022

Sure will do that soon; just need to refresh some tokens first - though I should advertise that I have also put some more efficient and integrated reasoners out there e.g.:

I should also note that more expressive reasoners like eye by @josd exist if your use-case is not needing to be used in a browser app.

This was referenced Aug 8, 2022
@jeswr jeswr closed this as completed in #245 Aug 8, 2022
@jeswr
Copy link
Owner

jeswr commented Aug 8, 2022

🎉 This is included in version 1.2.0 🎉

The release is available on:

@jeswr jeswr added the released label Aug 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants