The test is going to be at 14:00 on 8th January. The classroom will be announced later. Expect exercises on the following topics. - make rules (regexp) for a scanner - use the scanner to tokenize the contents of a file - parse a list of tokens using LL(1) - parse a list of tokens using LR(0) - parse a list of tokens using SLR(1) - make an assembly program All exercises except the last will be solved on paper.