Skip to content

rodson/HTMLParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rs-html-parser

Parse HTML string to an AST

const tokens = tokenize('<div>test</div>');
const ast = parse(tokens);
traverse(ast, (node, parent) => {});

About

html parser

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published