Skip to content

Commit

Permalink
Merge pull request #17 from Gratla/dev/feature/pub-single-file-parsing
Browse files Browse the repository at this point in the history
Introduced pub access-modifier for parse_file to expose AST
  • Loading branch information
fegge authored Nov 8, 2023
2 parents 02f0a1d + e107777 commit f746fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parser/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ pub fn parse_files(file_paths: &[PathBuf], compiler_version: &Version) -> ParseR
result
}

fn parse_file(
pub fn parse_file(
file_path: &PathBuf,
file_stack: &mut FileStack,
file_library: &mut FileLibrary,
Expand Down

0 comments on commit f746fd1

Please sign in to comment.