From a677bc01d03d3e2e3afa9a2ffba45ca1fd7096ce Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Tue, 21 Feb 2017 01:11:27 +0000 Subject: Added notes --- Notes.org | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 Notes.org (limited to 'Notes.org') diff --git a/Notes.org b/Notes.org new file mode 100644 index 0000000..c1d684f --- /dev/null +++ b/Notes.org @@ -0,0 +1,32 @@ +#+TITLE: Notes +#+DATE: <2017-02-20 Mon> +#+AUTHOR: Yann Herklotz +#+EMAIL: ymherklotz@gmail.com +#+DESCRIPTION: These are notes about the Compiler project. + +* Lexer + +** DONE Lab (calculate statistics over text) + DEADLINE: <2017-01-31 Tue> + +** DONE Coursework (c lexer) + DEADLINE: <2017-02-07 Tue> + + +* Parser + +** DONE Lab (parse maths) + DEADLINE: <2017-02-14 Tue> + +** TODO Coursework (c parser) + DEADLINE: <2017-03-07 Tue> + + +* Compiler + +** TODO Lab (codegen) + DEADLINE: <2017-02-28 Tue> + +** TODO Coursework (c compiler) + DEADLINE: <2017-03-28 Tue> + -- cgit