Skip to content

fluent-syntax: Allow Placeables inside other Placeables #66

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

Closed
stasm opened this issue Aug 21, 2017 · 5 comments
Closed

fluent-syntax: Allow Placeables inside other Placeables #66

stasm opened this issue Aug 21, 2017 · 5 comments

Comments

@stasm
Copy link
Contributor

stasm commented Aug 21, 2017

This should be possible:

key1 = {{ foo }}
key2 = {     { foo }     }
key3 = 
    {
        { foo }
    }
@stasm stasm changed the title fluent-syntax: All Placeables inside other Placeables fluent-syntax: Allow Placeables inside other Placeables Aug 21, 2017
@zbraniecki
Copy link
Collaborator

What's the purpose?

@stasm stasm mentioned this issue Aug 21, 2017
@stasm
Copy link
Contributor Author

stasm commented Aug 21, 2017

Grouping: projectfluent/fluent#3

@zbraniecki
Copy link
Collaborator

Is that an artifact of the EBNF grammar or do you expect that anyone will actually have a reason to try to write FTL using this?

@stasm
Copy link
Contributor Author

stasm commented Aug 21, 2017

projectfluent/fluent#3 has the use-case: list-typed selectors.

@stasm
Copy link
Contributor Author

stasm commented Oct 23, 2018

This was fixed in #287.

@stasm stasm closed this as completed Oct 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants