Hello, there! So glad you decided to join us on our second sprint, in which we will build the tokeniser/scanner. Similar to how we split source code up into tokens for syntax highlighting in the last sprint, we’re now going to split tokens up properly so that they can be manipulated and processed by other parts of the framework. In this sprint, we are going to make a lot of progress with relatively low effort.