I am learning LLVM. In this series I am planning to walk through the introductory tutorial called Kaleidoscope at https://llvm.org/docs/tutorial/MyFirstLanguageFrontend/. In the last episode we finished making the lexer which supplies us with tokens. This time we start working on the parser that generates the AST. Beginning with creating classes for the various types of AST nodes.
The following transcript was automatically generated by an algorithm.