Closed frankhart2018 closed 3 years ago
Closes #2
Implementation
Identify numbers (int and float) in tokenizer. Support for double will be added in #10.
Identify operators (+, -, *, /) in tokenizer.
Add support for the same in the parser, change the dtype in __number and map the operator tokens to actual operators.
Closes #2
Implementation
Identify numbers (int and float) in tokenizer. Support for double will be added in #10.
Identify operators (+, -, *, /) in tokenizer.
Add support for the same in the parser, change the dtype in __number and map the operator tokens to actual operators.