Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Lexical Analyzer #1

Open
SkySingh04 opened this issue Dec 16, 2024 · 0 comments
Open

Implement Lexical Analyzer #1

SkySingh04 opened this issue Dec 16, 2024 · 0 comments
Labels
Roadmap Part of Project roadmap Transpiler Frontend Related to Frontend of the Transpiler

Comments

@SkySingh04
Copy link
Owner

Develop a lexical analyzer (lexer) to tokenize Rust code. The lexer should categorize tokens as identifiers, keywords, strings, numbers, etc.

Tasks:

  • Write a loop to traverse the input code.
  • Tokenize based on Rust's syntax rules.
  • Test the lexer with sample Rust code snippets (e.g., fn main()).
  • Output a token list.
@SkySingh04 SkySingh04 added Roadmap Part of Project roadmap Transpiler Frontend Related to Frontend of the Transpiler labels Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Roadmap Part of Project roadmap Transpiler Frontend Related to Frontend of the Transpiler
Projects
None yet
Development

No branches or pull requests

1 participant