-
Notifications
You must be signed in to change notification settings - Fork 79
Implement Syntax 0.8 #317
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
Merged
Implement Syntax 0.8 #317
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Implement Syntax 0.8, part 1 (items 1-5)
…tion (#309) * Dedent fluent-syntax/src * Dedent fluent-syntax/test * Dedent fluent/src * Dedent fluent/test * Refactor skipBlank* methods to use peekBlank* * Refactor maybeGetValue to take allowVariantList
Implement Syntax 0.8, part3
Syntax 0.8, part 4: Add parameterized terms (macros)
Port fixture changes from: projectfluent/fluent@bf8fff4
Port reference fixtures from: projectfluent/fluent@741be04
Syntax 0.8, part 5: Update reference fixtures
Syntax 0.8, part 6: Parameterized term attributes
For compatibility with the reference parser which used to use the /./ regex, the tooling parser used to recognize additional EOL characters in Comments. This has since been fixed in the reference parser: projectfluent/fluent@2d224cb
Syntax 0.8, part 7: \UHHHHHH and other changes
Enumerate all possible simple expressions (as opposed to member expressions) and for each of them, run logic in separate branches of getInlineExpression.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fix #303.