We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8fa728 commit 62d42eaCopy full SHA for 62d42ea
README.md
@@ -17,7 +17,7 @@ If you want to use my code, use ParserGenerator.cs and ScannerGenerator.cs in th
17
18
## Scanner Generator / Lexical Analyzer Generator
19
20
-A tool for analyzing regular expressions using `(`,`)`,`+`,`*`,`?`,`|`,`[`,`]` as tokens and generating Scanner tables.
+A tool for analyzing regular expressions using `(`,`)`,`+`,`*`,`?`,`|`,`[`,`]`,`^`,`.` as tokens and generating Scanner tables.
21
22
### Example
23
0 commit comments