Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 1.04 KB

README.md

File metadata and controls

20 lines (12 loc) · 1.04 KB

HTML Parser

I am basing this implementation with golang on this doc.

Currently I am in the tokenization phase.

the lexer has many states. I am building a map for clear global idea on the stats and also to track where i am at in the implementation, so it's certain that there is no state that is not present in the map and that is implemented in this repo.

here is the current map map_02_july_2024 I will uplaod new parts as new images, it become impossible to import the entire map, so i had to slice just the new parts :)

update 03/07/2024 (expend on the attribute name and value)

map_slice_03_july_2024

update 04/07/2024 (fix some mistakes on the map and add better placement to the after attribute value quoted state) map_slice_04_july_2024

[UPDATED 04/07/2024] (CURRENTLY ON HOLD, Wanted to make a vimscript to get TODO task in a nice way ^^')