Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TDP019
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mattias Ajander
TDP019
Commits
5b528ecb
Commit
5b528ecb
authored
1 month ago
by
Mattias Ajander
Browse files
Options
Downloads
Patches
Plain Diff
Update project deadlines table with status column
parent
7512289b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/Language Specification/main.typ
+19
-19
19 additions, 19 deletions
docs/Language Specification/main.typ
with
19 additions
and
19 deletions
docs/Language Specification/main.typ
+
19
−
19
View file @
5b528ecb
...
...
@@ -358,24 +358,24 @@ The specific tasks each of us will take on have not yet been determined, but the
== Deadlines
#table(
columns: (0.
2
5fr, 0.75fr),
columns: (0.
1
5fr, 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._],
[],
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment