Skip to content
Snippets Groups Projects
Commit 5b528ecb authored by Mattias Ajander's avatar Mattias Ajander
Browse files

Update project deadlines table with status column

parent 7512289b
No related branches found
No related tags found
No related merge requests found
......@@ -358,24 +358,24 @@ The specific tasks each of us will take on have not yet been determined, but the
== Deadlines
#table(
columns: (0.25fr, 0.75fr),
columns: (0.15fr, 0.75fr, 0.10fr),
stroke: 0.5pt,
[*Date*], [*Task*],
[2025-03-28], [Lexer complete, can convert source code to list of Tokens.],
[2025-04-01], [Primitive datatypes implemented as AST Nodes.],
[2025-04-04], [Basic arithmetic operations can be performed and evaluated.],
[2025-04-09], [Basic boolen operations and comparisons completed.],
[2025-04-11], [Assignment of variables in global scope completed.],
[2025-04-16], [Function declaration and calling complete, with correct scope.],
[2025-04-18], [Operator precedence complete, if not implemented before.],
[2025-04-21], [Mutation implemented.],
[2025-04-25], [If/Else + Loops implemented.],
[2025-04-30], [Recursion implemented. Verify that project meets grade 3 criteria.],
[2025-05-02], [Match + case implemented.],
[2025-05-07], [Data structures implemented.],
[2025-05-09], [Function piping implemented.],
[2025-05-12], [Pattern matching implemented. (Optional, in case of extra time.)],
[2025-05-12], [Documentation + Project complete.],
[2025-05-13], [_Project deadline for presentation._],
[2025-06-02], [_Project deadline for document submission._],
[*Date*], [*Task*], [*Status*],
[2025-03-28], [Lexer complete, can convert source code to list of Tokens.], [Done],
[2025-04-01], [Primitive datatypes implemented as AST Nodes.], [Done],
[2025-04-04], [Basic arithmetic operations can be performed and evaluated.], [Done],
[2025-04-09], [Basic boolen operations and comparisons completed.], [Done],
[2025-04-11], [Assignment of variables in global scope completed.], [Done],
[2025-04-16], [Function declaration and calling complete, with correct scope.], [],
[2025-04-18], [Operator precedence complete, if not implemented before.], [Done],
[2025-04-21], [Mutation implemented.], [],
[2025-04-25], [If/Else + Loops implemented.], [Done],
[2025-04-30], [Recursion implemented. Verify that project meets grade 3 criteria.], [],
[2025-05-02], [Match + case implemented.], [],
[2025-05-07], [Data structures implemented.], [],
[2025-05-09], [Function piping implemented.], [],
[2025-05-12], [Pattern matching implemented. (Optional, in case of extra time.)], [],
[2025-05-12], [Documentation + Project complete.], [],
[2025-05-13], [_Project deadline for presentation._], [],
[2025-06-02], [_Project deadline for document submission._], [],
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment