cws/cw02.tex
changeset 968 79cfee5e170b
parent 967 258e18af6d14
child 976 4be299d9b41b
equal deleted inserted replaced
967:258e18af6d14 968:79cfee5e170b
    22 \texttt{examples}. The main function that will be tested is
    22 \texttt{examples}. The main function that will be tested is
    23 called \texttt{tokenise}. The marks will be distributed such that
    23 called \texttt{tokenise}. The marks will be distributed such that
    24 3 marks are given for the correct \texttt{WHILE\_REGS} regular
    24 3 marks are given for the correct \texttt{WHILE\_REGS} regular
    25 expression; 5 marks for the correct \texttt{inj} and \texttt{mkeps}
    25 expression; 5 marks for the correct \texttt{inj} and \texttt{mkeps}
    26 definitions; and two marks when \texttt{tokenise} produces the correct
    26 definitions; and two marks when \texttt{tokenise} produces the correct
    27 results for the example files. 
    27 results for the example files.
    28 
    28 
       
    29 \subsection*{Testing\alert}
       
    30 
       
    31 For the marking, the functions that will be tested are
       
    32 \texttt{tokenise}, \texttt{inj} and \texttt{mkeps}.
    29 
    33 
    30 
    34 
    31 \subsection*{Disclaimer\alert}
    35 \subsection*{Disclaimer\alert}
    32 
    36 
    33 It should be understood that the work you submit represents
    37 It should be understood that the work you submit represents