aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add Parser supportAaditya Dhruv2025-08-101-1/+18
| | | | | | | - Parser is able to take Lexer tokens and generate AST with Text (Paragraph) and Headings - Scanner has been renamed to Lexer - main.rs has been updated to use the Lexer and Parser
* Add package details in Cargo.tomlAaditya Dhruv2025-06-261-0/+1
|
* Barebones rendering frameworkAaditya Dhruv2025-06-051-0/+13