-
Notifications
You must be signed in to change notification settings - Fork 613
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: * Bring the constant grammar closer to the documented one (https://github.com/facebook/fbthrift/blob/main/thrift/doc/idl/index.md#constants), in particular replace "literal" with "initializer" where appropriate. * Replace `struct_literal_type` with `identifier` because the former is not defined anywhere. * Fix the `map_initializer` grammar (add missing `*`). Reviewed By: praihan Differential Revision: D52048021 fbshipit-source-id: 4fd31c2f928d03b50fb2af6f74d8d252b99b2a27
- Loading branch information
1 parent
164dfa7
commit 22cb0b6
Showing
3 changed files
with
40 additions
and
40 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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