Add nodes module to parser
This commit is contained in:
parent
1728ea2868
commit
8d38ac4441
2 changed files with 6 additions and 1 deletions
|
|
@ -2,4 +2,4 @@
|
|||
* Eryn Wells <eryn@erynwells.me>
|
||||
*/
|
||||
|
||||
|
||||
mod nodes;
|
||||
|
|
|
|||
5
src/parser/nodes.rs
Normal file
5
src/parser/nodes.rs
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
/* node.rs
|
||||
* Eryn Wells <eryn@erynwells.me>
|
||||
*/
|
||||
|
||||
use types::boolean::Boolean;
|
||||
Loading…
Add table
Add a link
Reference in a new issue