Skip to content

Commit

Permalink
Add a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
krame505 committed Feb 9, 2018
1 parent 7451560 commit e599ee4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions edu.umn.cs.melt.ableC/abstractsyntax/env/LabelItem.sv
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ grammar edu:umn:cs:melt:ableC:abstractsyntax:env;

nonterminal LabelItem with sourceLocation;

-- Note that we unfortunately can't include a reference to the labeled statement here, since these
-- are function-scope defs, which need to be computed without the use of env to avoid a circular
-- dependancy.
abstract production labelItem
top::LabelItem ::= sourceLocation::Location
{
Expand Down

0 comments on commit e599ee4

Please sign in to comment.