Fix broken links in lexer_tutorial index.md

This commit is contained in:
TheBeggs 2020-01-20 11:22:51 +00:00 committed by TheBeggs
parent a4f237492a
commit 6b2eb2721b

View File

@ -2,6 +2,6 @@
This part is about controling the inner workings of LALRPOP's built-in lexer generator and using your own hand written parser.
- [LALRPOP's lexer generator](001_lexer_gen.md)
- [Writing a custom lexer](002_writing_custom_lexer.md)
- [Using tokens with references](003_token_references.md)
- [LALRPOP's lexer generator](lexer_tutorial/001_lexer_gen.md)
- [Writing a custom lexer](lexer_tutorial/002_writing_custom_lexer.md)
- [Using tokens with references](lexer_tutorial/003_token_references.md)