Skip to content

Commit c1232e7

Browse files
committed
Add todo note
1 parent 043ccb3 commit c1232e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/parser/preprocessor.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// TODO: Improve preprocessor architecture
12
use crate::utils::NotationMatching;
23

34
pub fn preprocess_line(input: &str) -> String {

0 commit comments

Comments
 (0)