Created
October 19, 2018 12:59
-
-
Save Hejsil/f1800fb3f7ebf5f3463870a84dfee47e to your computer and use it in GitHub Desktop.
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
........ | |
Found a sentential form with two different derivations: | |
Keyword_pub Keyword_extern Keyword_fn FnProtoName ParamDeclList ByteAlign Section FnProtoInferredError FnProtoReturnType Block TopLevelItems | |
Derivation 1: | |
0: Root | |
1: TopLevelItems | |
2: TopLevelItem TopLevelItems | |
3: Keyword_pub TopLevelDecl TopLevelItems | |
4: Keyword_pub FnDef TopLevelItems | |
5: Keyword_pub FnDefCC FnProto Block TopLevelItems | |
6: Keyword_pub FnProto Block TopLevelItems | |
7: Keyword_pub FnProtoCC Keyword_fn FnProtoName ParamDeclList ByteAlign Section FnProtoInferredError FnProtoReturnType Block TopLevelItems | |
8: Keyword_pub Keyword_extern Keyword_fn FnProtoName ParamDeclList ByteAlign Section FnProtoInferredError FnProtoReturnType Block TopLevelItems | |
Derivation 2: | |
0: Root | |
1: TopLevelItems | |
2: TopLevelItem TopLevelItems | |
3: Keyword_pub TopLevelDecl TopLevelItems | |
4: Keyword_pub FnDef TopLevelItems | |
5: Keyword_pub FnDefCC FnProto Block TopLevelItems | |
6: Keyword_pub Keyword_extern FnProto Block TopLevelItems | |
7: Keyword_pub Keyword_extern FnProtoCC Keyword_fn FnProtoName ParamDeclList ByteAlign Section FnProtoInferredError FnProtoReturnType Block TopLevelItems | |
8: Keyword_pub Keyword_extern Keyword_fn FnProtoName ParamDeclList ByteAlign Section FnProtoInferredError FnProtoReturnType Block TopLevelItems |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment