Create types module with a module for numbers; move Number there
This commit is contained in:
parent
93bdc998bd
commit
f799d7642d
5 changed files with 71 additions and 14 deletions
|
@ -2,7 +2,7 @@
|
|||
* Eryn Wells <eryn@erynwells.me>
|
||||
*/
|
||||
|
||||
use lexer::number::Number;
|
||||
use types::number::Number;
|
||||
|
||||
#[derive(PartialEq, Debug)]
|
||||
pub enum Token {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue