aboutsummaryrefslogtreecommitdiff
path: root/src/parser
Commit message (Collapse)AuthorAgeFilesLines
* Add LexerAaditya Dhruv2025-07-073-0/+116
| | | | | | Add a really basic lexer, which only lexes HASH (headings), TEXT (paragraphs), and newlines. These generated tokens will be fed into the parser
* Add package details in Cargo.tomlAaditya Dhruv2025-06-262-0/+11