Skip to content

Commit 25c96c8

Browse files
committed
hook up Antlr build tools
1 parent 5f9079f commit 25c96c8

File tree

11 files changed

+20
-162336
lines changed

11 files changed

+20
-162336
lines changed

Parsing/Parsing.csproj

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,28 @@
99
<EnableNETAnalyzers>False</EnableNETAnalyzers>
1010
</PropertyGroup>
1111

12+
<ItemGroup>
13+
<Antlr4 Include="Grammar\TSqlLexer.g4">
14+
<Visitor>False</Visitor>
15+
<AntlrToolJar>C:\antlr\antlr-4.9.3-complete.jar</AntlrToolJar>
16+
<JavaExec>C:\Program Files\Common Files\Oracle\Java\javapath\java.exe</JavaExec>
17+
<ForceAtn>True</ForceAtn>
18+
<AntOutDir></AntOutDir>
19+
</Antlr4>
20+
</ItemGroup>
21+
22+
<ItemGroup>
23+
<Antlr4 Include="Grammar\TSqlParser.g4">
24+
<Visitor>False</Visitor>
25+
<JavaExec>C:\Program Files\Common Files\Oracle\Java\javapath\java.exe</JavaExec>
26+
<AntlrToolJar>C:\antlr\antlr-4.9.3-complete.jar</AntlrToolJar>
27+
<AntOutDir></AntOutDir>
28+
</Antlr4>
29+
</ItemGroup>
30+
1231
<ItemGroup>
1332
<PackageReference Include="Antlr4.Runtime.Standard" Version="4.9.3" />
33+
<PackageReference Include="Antlr4BuildTasks" Version="10.3.0" />
1434
</ItemGroup>
1535

1636
</Project>

Parsing/TSqlLexer.cs

Lines changed: 0 additions & 9817 deletions
This file was deleted.
File renamed without changes.

0 commit comments

Comments
 (0)