My solutions for the assignments.
(flex/lex) Count the number of even numbers inputted.
(flex/lex) Remove comments (i.e. comments in code) from input.
(flex/lex) Check the Irish registration plate and determine how old the car is.
Flex/Bison (or lex/yacc) Calculates the inputted roman numerals. First version is lazy work but passed all tests. Will change hard coded syntax error detection when I have time to something more elegant.
Flex/Bison (or lex/yacc) Calculates the inputted roman numerals and converts to integers. Looks at the operand, and performs required calculation. Then a function is called to convert the integers back to roman numerals.
Flex/Bison (or lex/yacc) Calculator which can assign variables and does functions such as plus minus divide and multiply.