C-Programming-Tools Fourth Lecture: released 28th May 2021


d.white@imperial.ac.uk

I have just released the fourth (of 5) lectures of my first year lectures on C Tools, building a toolbox of useful tools, and the craft skills to use them effectively, in order to make C programming easier.

This fourth lecture covers a single main topic:

  • Making Code Generators for little languages easier to build - by using parser generator and lexer generator tools (eg. the combination of Yacc/Bison, Lex/Flex, and datadec for Abstract Syntax Trees).


Here are the lecture materials (slides and associated examples - of which there are many):


d.white@imperial.ac.uk
Updated: May 2021 
Back to my C Tools Lectures Pages.