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

Commit 09a3549

Browse files
committed
update README.md
1 parent 5519f68 commit 09a3549

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

README.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,24 @@
11
# how-to-build-a-lexer
2-
Practicing compiler construction by building a lexer
2+
Practicing compiler construction by building a lexer.
3+
4+
See the [documentation folder](/docs) for detailed information. It does not contain code. But it describes the background of the code.
5+
6+
## `Main` project
7+
8+
The `Main` project contains a regular expression parser prompt.
9+
10+
```
11+
Please enter a regular expression!
12+
> [a-z][a-z0-9]*
13+
start: 1
14+
ends: 0
15+
0 --[48-57],[97-122]--> 0
16+
1 --[97-122]--> 0
17+
18+
Please enter a regular...
19+
...
20+
```
21+
22+
## License
23+
24+
[MIT](/LICENSE)

0 commit comments

Comments
 (0)