Skip to content

Commit 751c0c6

Browse files
author
victor
committed
2 parents 7ff5398 + b591913 commit 751c0c6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Parse code using antlr.
33

44
* The lexer and parser classes in **CodeParser** are generated by [Antlr grammar file](https://github.com/antlr/grammars-v4).
55
* The **CodeParser.Test** demonstrates how to parse source code file to extract class and interface with their properties and methods.
6-
By now, the Java, C#, Python, PHP, JavaScript, C++ and C language have been included.
6+
By now, the Java, C#, Python, PHP, JavaScript, C++, C language and MySql have been included.
77
* The **CodeParser.Viewer** is a visual tool to analyse the parser rules.
88

99
## Example
@@ -81,4 +81,4 @@ Function:test
8181
![CodePaser Viewer](https://github.com/victor-wiki/StaticResources/blob/master/StaticResources/images/projs/CodeParser/Viewer2.png?raw=true&rid=1)
8282

8383
## Use Case
84-
The [SqlAnalyser.Core](https://github.com/victor-wiki/DatabaseManager/tree/master/DatabaseConverter/SqlAnalyser.Core) of [DatabaseManager](https://github.com/victor-wiki/DatabaseManager) uses the TSqlParser, MySqlParser and PlSqlParser to parse and translate view, function, procedure and table trigger between SqlServer, MySql and Oracle.
84+
The library [SqlAnalyser.Core](https://github.com/victor-wiki/DatabaseManager/tree/master/DatabaseConverter/SqlAnalyser.Core) of [DatabaseManager](https://github.com/victor-wiki/DatabaseManager) project uses the TSqlParser, MySqlParser and PlSqlParser to parse and translate view, function, procedure and table trigger between SqlServer, MySql and Oracle.

0 commit comments

Comments
 (0)