~ntietz/hurl-lang#4: 
Implement parser for syntax validation and AST creation

Develop a parser that checks whether the sequence of tokens from the lexer conforms to the syntax rules defined in the language grammar. The parser should also construct an Abstract Syntax Tree (AST) from the tokens. Key features to implement include:

  • Syntax validation according to language grammar.
  • AST construction from valid tokens, including nodes for comments.
Status
RESOLVED CLOSED
Submitter
~ntietz
Assigned to
No-one
Submitted
1 year, 9 months ago
Updated
1 year, 15 days ago
Labels
No labels applied.

~ntietz REPORTED CLOSED 1 year, 4 months ago

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