Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add parsing filepathHEADmaster | Aaditya Dhruv | 2025-08-10 | 5 | -12/+273 |
| | | | | - Pass a valid markdown filepath and convert it to HTML | ||||
* | Add Parser support | Aaditya Dhruv | 2025-08-10 | 5 | -27/+189 |
| | | | | | | | - 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 Lexer | Aaditya Dhruv | 2025-07-07 | 3 | -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.toml | Aaditya Dhruv | 2025-06-26 | 5 | -0/+19 |
| | |||||
* | Barebones rendering framework | Aaditya Dhruv | 2025-06-05 | 7 | -0/+152 |