den4hic / task_list

0 stars 0 forks source link

Task List Parser in Rust

Overview

This project is a task list parser written in Rust using the pest parsing library. It can read and interpret structured task lists, with fields like priority, completion status, start date, optional tags, time estimate, and description.

Grammar Rules

Example Input

Running the Parser


cargo run -- --file tasks.txt