Boolean and Character are a little more filled out, and used by the Lexer
This commit is contained in:
parent
42d191d036
commit
d6a9fc26cd
4 changed files with 29 additions and 19 deletions
|
@ -2,12 +2,12 @@
|
|||
* Eryn Wells <eryn@erynwells.me>
|
||||
*/
|
||||
|
||||
use types::number::Number;
|
||||
use types::*;
|
||||
|
||||
#[derive(Debug, PartialEq)]
|
||||
pub enum Token {
|
||||
Boolean(bool),
|
||||
Character(char),
|
||||
Boolean(Boolean),
|
||||
Character(Character),
|
||||
Comment(String),
|
||||
Dot,
|
||||
Identifier(String),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue