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

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Lotes committed Apr 16, 2018
1 parent 5519f68 commit 09a3549
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,24 @@
# how-to-build-a-lexer
Practicing compiler construction by building a lexer
Practicing compiler construction by building a lexer.

See the [documentation folder](/docs) for detailed information. It does not contain code. But it describes the background of the code.

## `Main` project

The `Main` project contains a regular expression parser prompt.

```
Please enter a regular expression!
> [a-z][a-z0-9]*
start: 1
ends: 0
0 --[48-57],[97-122]--> 0
1 --[97-122]--> 0
Please enter a regular...
...
```

## License

[MIT](/LICENSE)

0 comments on commit 09a3549

Please sign in to comment.