Composite video with episodes 01 to 05.
Today we begin developing our own HTML language in C. We will eventually use it to create console based graphical user interfaces for C applications and we'll also write our own CSS eventually. But it can also be used for rendering web pages, writing your own React.js or why not building user interfaces for phone apps?
In this episode we'll focus on getting everything prepared for the HTML parser and we're going to take influences from the functional style of writing code and also from our compiler episode. Enjoy.
In the first half of this course we focus on creating the different utility functions and getting the Lexer/tokenizer to work.