From d53f2e7107cf63669b705c3abf08c129eeb0315e Mon Sep 17 00:00:00 2001 From: mattkae Date: Thu, 22 Jun 2023 13:29:49 -0400 Subject: Parsing most html entities except for the last category --- README.org | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.org (limited to 'README.org') diff --git a/README.org b/README.org new file mode 100644 index 0000000..aa49b9b --- /dev/null +++ b/README.org @@ -0,0 +1,6 @@ +* HTML Parser + +The goal of this project is to write an HTML parser in C++. + +** Tokenization + -- cgit v1.2.1