Parser: Parse line method implementation #5

Closed
opened 2025-10-14 12:13:00 -07:00 by azpect · 1 comment
Owner

A method named parser_line should exist in a parser class, which requires a single line of text and can parse the line using other methods.

These other methods include parse_headering, parse_list, and parse_text, which will be created in separate issues.

This is how a recursive descent parse works!

A method named `parser_line` should exist in a `parser` class, which requires a single line of text and can parse the line using other methods. These other methods include `parse_headering`, `parse_list`, and `parse_text`, which will be created in separate issues. This is how a **recursive descent parse** works!
azpect added the
Kind/Feature
Priority
High
labels 2025-10-14 12:13:00 -07:00
azpect added this to the (SPRINT) Parser creation project 2025-10-14 12:13:00 -07:00
azpect moved this to To Do in (SPRINT) Parser creation on 2025-10-14 12:13:10 -07:00
Author
Owner

This was implemented as the Parser::ParseBlock method.

This was implemented as the `Parser::ParseBlock` method.
azpect moved this to Done in (SPRINT) Parser creation on 2025-10-17 13:19:59 -07:00
Sign in to join this conversation.
No description provided.