-
-
Notifications
You must be signed in to change notification settings - Fork 934
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: Parser for jenny #2103
feat: Parser for jenny #2103
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very cool, it's like its own little programming language
When having a look at this again, it seems like most of this code would be awesome as a separate package, since almost nothing so far seem specific to Flame, and then have the bridge package using that package (same structure as radiance will have once we get flame_radiance). Any reason that you put everything in here? |
The functionality works in stages: first we load the data from |
Description
This PR adds ability to parse Yarn files and create a
YarnProject
.Not all syntaxes are covered yet, but a significant part is, and this should be enough to get started on creating a
DialogueRunner
.This PR also renames the package into
jenny
/flame_jenny
, as discussed in #2126.Checklist
fix:
,feat:
,docs:
etc).docs
and added dartdoc comments with///
.examples
ordocs
.Breaking Change?
Related Issues