From d862b84ce868353e3482b380d0b68495de12eb6b Mon Sep 17 00:00:00 2001 From: Aaditya Dhruv Date: Sun, 10 Aug 2025 22:10:11 -0500 Subject: Add Parser support - 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 --- out.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'out.html') diff --git a/out.html b/out.html index 6c70bcf..eb22d77 100644 --- a/out.html +++ b/out.html @@ -1 +1,6 @@ - \ No newline at end of file + +

Title

+

Text of a paragraph

+
Second heading
+

Some more text

+ \ No newline at end of file -- cgit