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

Binding Language support #2

Open
3 tasks
themasch opened this issue Feb 2, 2017 · 1 comment
Open
3 tasks

Binding Language support #2

themasch opened this issue Feb 2, 2017 · 1 comment

Comments

@themasch
Copy link
Contributor

themasch commented Feb 2, 2017

To support SAPs binding DSL we need to be able to parse all three types of bindings

  • {model>/some/path here/123} or {just/the/path}
  • { path: 'my/path', formatter: '.formatterFunction' }
  • {= ${my/Path}.isCool() === true }

But to do this, someone who understands GrammarKit is required.

This would enable features like go to formatter, go to type, model name completion etc.

@themasch
Copy link
Contributor Author

themasch commented Mar 28, 2017

Additional test cases would be:

  • {i18n>My.Crazy.Key}
  • {i18n>This is a longer sentence}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant