add some block parsing and a test (incomplete)
This commit is contained in:
@@ -50,6 +50,13 @@ fn module() {
|
||||
|
||||
y
|
||||
}
|
||||
|
||||
pub fn wow2(a: Int){
|
||||
let x = 1 + {
|
||||
2 + 7 * 8
|
||||
} / 2
|
||||
x
|
||||
}
|
||||
"#;
|
||||
let len = code.chars().count();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user