Parser: groundwork
This commit is contained in:
parent
98a58bf806
commit
9ce4db545e
6 changed files with 150 additions and 17 deletions
5
src/parser/mod.rs
Normal file
5
src/parser/mod.rs
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
use {Token, File};
|
||||
|
||||
pub fn parse(tokens: &[Token]) -> File {
|
||||
unimplemented!()
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue