Skip to content

Commit

Permalink
Update CS 480 topics. Add Bison code link.
Browse files Browse the repository at this point in the history
  • Loading branch information
robwhess committed Apr 25, 2024
1 parent 4c0e2f9 commit c8fa66b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/data/courses/sp24/cs480/topics.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,16 +110,17 @@ const topics = [
{
title: 'The Bison Parser Generator',
weeks: [ 4, 5, 6 ],
isCurrent: true,
resources: [
{
title: 'Lecture notes',
link: 'https://docs.google.com/document/d/19LCYNojTimpgpvrZu-pawIj0wfRXKZCKHVapwS2BxUI/edit?usp=sharing'
},
// {
// title: 'Example code',
// link: 'https://github.com/osu-cs480-sp23/bison',
// description: 'GitHub repo for code written in lecture'
// },
{
title: 'Example code',
link: 'https://github.com/osu-cs480-sp24/using-bison',
description: 'GitHub repo for code written in lecture'
},
],
readings: [
{
Expand Down

0 comments on commit c8fa66b

Please sign in to comment.