Skip to content

Commit 62d42ea

Browse files
authored
Update README.md
1 parent c8fa728 commit 62d42ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ If you want to use my code, use ParserGenerator.cs and ScannerGenerator.cs in th
1717

1818
## Scanner Generator / Lexical Analyzer Generator
1919

20-
A tool for analyzing regular expressions using `(`,`)`,`+`,`*`,`?`,`|`,`[`,`]` as tokens and generating Scanner tables.
20+
A tool for analyzing regular expressions using `(`,`)`,`+`,`*`,`?`,`|`,`[`,`]`,`^`,`.` as tokens and generating Scanner tables.
2121

2222
### Example
2323

0 commit comments

Comments
 (0)