Skip to content
This repository was archived by the owner on Nov 26, 2022. It is now read-only.

Commit 6f16334

Browse files
committed
update docs/README.md
1 parent a7f0d83 commit 6f16334

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

docs/README.md

-7
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,6 @@ Great the automata resulting from a regular expression are complete and minimal.
116116

117117
The task now is to transform a text with a set of regular expressions into ordered set of tokens. So, the trivial approach is a for loop over the set of regular expressions until one does match.
118118

119-
```csharp
120-
121-
```
122-
123119
## Further readings
124120
* [Alfred Aho et. al. – Compilers](https://www.amazon.com/Compilers-Principles-Techniques-Tools-2nd/dp/0321486811)
125121
* Wikipedia articles
@@ -128,6 +124,3 @@ The task now is to transform a text with a set of regular expressions into order
128124
* [DFA minimization](https://en.m.wikipedia.org/wiki/DFA_minimization)
129125
* [Github repository](https://github.com/Lotes/how-to-build-a-lexer)
130126
* [GraphViz](https://www.graphviz.org/) used for generating diagrams
131-
132-
## TODO
133-
* show some interfaces... (code)

0 commit comments

Comments
 (0)