Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
StunxFS committed Dec 8, 2023
1 parent a904fba commit c59c943
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/rivet/src/token/Kind.ri
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ struct KindMap {
value: string;
}

// TODO: use an array instead of a dynamic array, once a bug
// with slices from an array is fixed
var kindStrings := +[
KindMap(.Unknown, "unknown"),
KindMap(.EndOfFile, "end of file"),
Expand Down

0 comments on commit c59c943

Please sign in to comment.