Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
EclecticGriffin committed Jan 6, 2025
1 parent a835afd commit 6efa523
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions calyx-metadata/src/table.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ use crate::ids::{FileId, LineNum, PositionId};
pub struct MetadataTable {
/// map file ids to the file path, note that this does not contain file content
file_map: IndexedMap<FileId, PathBuf>,
/// maps position ids to their source locations. Positions must be handed
/// out in order
position_map: IndexedMap<PositionId, SourceLocation>,
}

Expand Down

0 comments on commit 6efa523

Please sign in to comment.