Add nodes module to parser

This commit is contained in:
Eryn Wells 2016-12-29 12:22:43 -05:00
parent 1728ea2868
commit 8d38ac4441
2 changed files with 6 additions and 1 deletions

View file

@ -2,4 +2,4 @@
* Eryn Wells <eryn@erynwells.me>
*/
mod nodes;

5
src/parser/nodes.rs Normal file
View file

@ -0,0 +1,5 @@
/* node.rs
* Eryn Wells <eryn@erynwells.me>
*/
use types::boolean::Boolean;