We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
want to get away with as little parsing and as simple a UI as possible. Must be able to edit:
Set (Type, String)
Can probably parse the second two pretty simply with Dandandan/parser, like String foo, Int bar
String foo, Int bar
Editing name should be handled by the elements panel UI.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
want to get away with as little parsing and as simple a UI as possible. Must be able to edit:
Set (Type, String)
)Set (Type, String)
)Can probably parse the second two pretty simply with Dandandan/parser, like
String foo, Int bar
Editing name should be handled by the elements panel UI.
The text was updated successfully, but these errors were encountered: