-
-
Notifications
You must be signed in to change notification settings - Fork 65
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
Feat/introspection #774
base: master
Are you sure you want to change the base?
Feat/introspection #774
Conversation
List of Zencode Scenarios to be loaded by defaultD + load: given D + load: table
|
9c48c73
to
f6f2fd7
Compare
f6f2fd7
to
f49f944
Compare
Looking at this PR I got an idea, can we also create an API that list all statements divided by |
f8f49db
to
230fb4e
Compare
This comment was marked as resolved.
This comment was marked as resolved.
230fb4e
to
68b6b34
Compare
This comment was marked as resolved.
This comment was marked as resolved.
returns a table of scenario names that one can use in load_scenario()
d0f819a
to
9e2c70d
Compare
… extract all statements if no input is given, then all the scenarios are loaded
Regarding
This has been implemented, unfortunately |
Improve the introspection capabilities of Zenroom to list all statements, tokens and stats connected, as well cleanup the init to narrow down strictly necessary scenarios. At last implement Norvig's autocorrection on detected tokens.