Changed incorrect .js file endings to .cs in doc/charp-target.md
This commit is contained in:
parent
e9155ef9cb
commit
85154d06ee
|
@ -148,3 +148,4 @@ YYYY/MM/DD, github id, Full name, email
|
|||
2017/05/11, jimallman, Jim Allman, jim@ibang.com
|
||||
2017/05/26, waf, Will Fuqua, wafuqua@gmail.com
|
||||
2017/05/29, kosak, Corey Kosak, kosak@kosak.com
|
||||
2017/06/11, erikbra, Erik A. Brandstadmoen, erik@brandstadmoen.net
|
|
@ -24,9 +24,9 @@ Let's suppose that your grammar is named `MyGrammar`. The tool will generate for
|
|||
* MyGrammarLexer.cs
|
||||
* MyGrammarParser.cs
|
||||
* MyGrammarListener.cs (if you have not activated the -no-listener option)
|
||||
* MyGrammarBaseListener.js (if you have not activated the -no-listener option)
|
||||
* MyGrammarVisitor.js (if you have activated the -visitor option)
|
||||
* MyGrammarBaseVisitor.js (if you have activated the -visitor option)
|
||||
* MyGrammarBaseListener.cs (if you have not activated the -no-listener option)
|
||||
* MyGrammarVisitor.cs (if you have activated the -visitor option)
|
||||
* MyGrammarBaseVisitor.cs (if you have activated the -visitor option)
|
||||
|
||||
Now a fully functioning code might look like the following for start rule `StartRule`:
|
||||
|
||||
|
|
Loading…
Reference in New Issue