Skip to content

Commit

Permalink
Publish CS 480 assignment 2. Update CS 480 topics.
Browse files Browse the repository at this point in the history
  • Loading branch information
robwhess committed May 14, 2024
1 parent fccd0ea commit 33e6fda
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
24 changes: 12 additions & 12 deletions src/data/courses/sp24/cs480/assignments.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,18 @@ const assignments = {
'[Sign up for a grading demo here](https://outlook.office365.com/owa/calendar/[email protected]/bookings/)'
]
},
// {
// link : '',
// title: 'Assignment 3 – Abstract syntax trees and simple code generation',
// due: {
// day: 'Tuesday, 5/30/2023',
// time: '11:59pm'
// },
// notes: [
// 'Demo due by 11:59pm, Friday 6/16/2023',
// '[Sign up for a grading demo here](https://outlook.office365.com/owa/calendar/[email protected]/bookings/)'
// ]
// },
{
link : 'https://classroom.github.com/a/rMwYj69X',
title: 'Assignment 3 – Abstract syntax trees and simple code generation',
due: {
day: 'Tuesday, 5/28/2024',
time: '11:59pm'
},
notes: [
'Demo due by 11:59pm, Friday 6/14/2024',
'[Sign up for a grading demo here](https://outlook.office365.com/owa/calendar/[email protected]/bookings/)'
]
},
// {
// link : '',
// title: 'Assignment 4 – Code generation with LLVM',
Expand Down
3 changes: 1 addition & 2 deletions src/data/courses/sp24/cs480/topics.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ const topics = [
{
title: 'Parsing and Context-Free Grammars',
weeks: [ 4 ],
isCurrent: true,
resources: [
{
title: 'Lecture notes',
Expand All @@ -110,7 +109,6 @@ const topics = [
{
title: 'The Bison Parser Generator',
weeks: [ 4, 5, 6 ],
isCurrent: true,
resources: [
{
title: 'Lecture notes',
Expand All @@ -134,6 +132,7 @@ const topics = [
{
title: 'Bottom-Up Parsing and LR(1) Grammars',
weeks: [ 7 ],
isCurrent: true,
resources: [
{
title: 'Lecture notes',
Expand Down

0 comments on commit 33e6fda

Please sign in to comment.