Skip to content

Commit 611db54

Browse files
committed
Add pretty printer for core language
1 parent fe4f169 commit 611db54

File tree

2 files changed

+471
-0
lines changed

2 files changed

+471
-0
lines changed

fathom/src/core.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ use crate::env::{Index, Level};
44
use crate::source::{Span, StringId};
55

66
pub mod binary;
7+
pub mod pretty;
78
pub mod prim;
89
pub mod semantics;
910

0 commit comments

Comments
 (0)