diff options
Diffstat (limited to 'src/parse/mod.rs')
-rw-r--r-- | src/parse/mod.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/parse/mod.rs b/src/parse/mod.rs index 4238e3b..b74df4c 100644 --- a/src/parse/mod.rs +++ b/src/parse/mod.rs | |||
@@ -1,3 +1,7 @@ | |||
1 | /* Copyright (C) 2019 Akshay Oppiliappan <[email protected]> | ||
2 | * Refer to LICENCE for more information. | ||
3 | * */ | ||
4 | |||
1 | use crate::lex::Token; | 5 | use crate::lex::Token; |
2 | use crate::error::CalcError; | 6 | use crate::error::CalcError; |
3 | 7 | ||