Implement Basic Lexer
Gipson62 opened this issue · 0 comments
Gipson62 commented
Description
This issue is dedicated to implementing a basic lexer in atlas-core. The lexer should be able to tokenize simple expressions and numerical values.
Tasks
- Create a lexer module within atlas-core.
- Develop tokenization functionality for simple expressions.
- Implement tokenization for numerical values.