-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
615494e
commit 584ddc3
Showing
13 changed files
with
1,348 additions
and
1,337 deletions.
There are no files selected for viewing
2,410 changes: 1,207 additions & 1,203 deletions
2,410
src/Main/MetaDslx.CodeAnalysis.Antlr4/Languages/Antlr4Roslyn/Generator/CompilerGenerator.cs
Large diffs are not rendered by default.
Oops, something went wrong.
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
170 changes: 85 additions & 85 deletions
170
src/Main/MetaDslx.CodeAnalysis.Meta/Languages/Meta/Symbols/ImmutableMetaModel.cs
Large diffs are not rendered by default.
Oops, something went wrong.
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
4 changes: 2 additions & 2 deletions
4
src/Test/MetaDslx.CodeAnalysis.Antlr4.Test/InputFiles/Test06-File03.txt
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
test06 namespace Test06A | ||
{ | ||
arrow V1 -> Test06B.V2; | ||
arrow V1 -> V2; | ||
vertex V1; | ||
} | ||
|
||
test06 namespace Test06B | ||
{ | ||
vertex V2; | ||
arrow Test06A.V1 -> V2; | ||
arrow V1 -> V2; | ||
} |
4 changes: 2 additions & 2 deletions
4
src/Test/MetaDslx.CodeAnalysis.Antlr4.Test/InputFiles/Test07-File03.txt
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
test07 namespace Test07A | ||
{ | ||
arrow V1 -> Test07B.V2; | ||
arrow V1 -> V2; | ||
vertex V1; | ||
} | ||
|
||
test07 namespace Test07B | ||
{ | ||
vertex V2; | ||
arrow Test07A.V1 -> V2; | ||
arrow V1 -> V2; | ||
} |
4 changes: 2 additions & 2 deletions
4
src/Test/MetaDslx.CodeAnalysis.Antlr4.Test/InputFiles/Test08-File03.txt
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
test08 namespace Test08A | ||
{ | ||
arrow V1 -> Test08B.V2; | ||
arrow V1 -> V2; | ||
vertex V1; | ||
} | ||
|
||
test08 namespace Test08B | ||
{ | ||
vertex V2; | ||
arrow Test08A.V1 -> V2; | ||
arrow V1 -> V2; | ||
} |
4 changes: 2 additions & 2 deletions
4
src/Test/MetaDslx.CodeAnalysis.Antlr4.Test/InputFiles/Test09-File03.txt
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
test09 namespace Test09A | ||
{ | ||
arrow V1 -> Test09B.V2; | ||
arrow V1 -> V2; | ||
vertex V1; | ||
} | ||
|
||
test09 namespace Test09B | ||
{ | ||
vertex V2; | ||
arrow Test09A.V1 -> V2; | ||
arrow V1 -> V2; | ||
} |
4 changes: 2 additions & 2 deletions
4
src/Test/MetaDslx.CodeAnalysis.Antlr4.Test/InputFiles/Test10-File03.txt
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
test10 namespace Test10A | ||
{ | ||
arrow V1 -> Test10B.V2; | ||
arrow V1 -> V2; | ||
vertex V1; | ||
} | ||
|
||
test10 namespace Test10B | ||
{ | ||
vertex V2; | ||
arrow Test10A.V1 -> V2; | ||
arrow V1 -> V2; | ||
} |
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
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