Skip to content

medkhabt/html-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 ^^')

About

Implementing an html parser for fun with go

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages