Complete chapter 5
Add comments to lexer
Add support for nesting block comments
### CRAFTING INTERPRETERS ### Repository for code I've written whilst following the Crafting Interpreters book (https://craftinginterpreters.com). Both the jlox and clox implementations will be recreated in D under the directories `dlox1` and `dlox2` respectively.