~ntietz/hurl-lang#3: 
Develop lexer for token identification

Implement a lexer that will break the input code into a sequence of tokens, including comments. The lexer should correctly identify all tokens as defined in the language grammar, including:

  • All keywords.
  • All constants.
  • Variables and function names.
  • All operators.
  • Parentheses, curly braces, semicolons, and comments.
Status
RESOLVED CLOSED
Submitter
~ntietz
Assigned to
No-one
Submitted
1 year, 9 months ago
Updated
1 year, 4 months ago
Labels
No labels applied.

~ntietz REPORTED CLOSED 1 year, 4 months ago

Register here or Log in to comment, or comment via email.