Skip to content

larkinxp/html-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTML parsing and templating in Zig.

Features
  • Write Zig structs and then convert to HTML.
  • Parse HTML for querying purposes.
Tests
  • zig test --test-filter "parse html from file simple" src/root.zig
  • zig test -femit-docs --test-filter "template to string simple" src/template.zig
  • zig test -femit-docs --test-filter "template to string complex" src/template.zig

About

Parse HTML files with Zig

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages