Framework for parser module
This commit is contained in:
parent
bf03cb8ef9
commit
da63993fe0
1 changed files with 13 additions and 0 deletions
|
@ -0,0 +1,13 @@
|
||||||
|
/* parser/mod.rs
|
||||||
|
* Eryn Wells <eryn@erynwells.me>
|
||||||
|
*/
|
||||||
|
|
||||||
|
pub struct Parser {
|
||||||
|
}
|
||||||
|
|
||||||
|
impl Parser {
|
||||||
|
}
|
||||||
|
|
||||||
|
#[cfg(test)]
|
||||||
|
mod tests {
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue