Skip to content

Commit

Permalink
Add a Rust implementation of the Perl preprocessing logic.
Browse files Browse the repository at this point in the history
This implementation uses a full HTML parser (Servo's, html5ever) and
operates on a DOM. It ends up being somewhat more verbose than Perl, but
hopefully also more extensible/maintainable.
  • Loading branch information
jeremyroman committed Aug 1, 2023
1 parent 99dc91e commit fbd6854
Show file tree
Hide file tree
Showing 13 changed files with 3,015 additions and 5 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,9 @@ html/
output/
mdn/.id-list
mdn/developer.mozilla.org/
highlighter/


# Added by cargo

/target
Loading

0 comments on commit fbd6854

Please sign in to comment.