Skip to content

Commit

Permalink
Update G.U.M. acronym
Browse files Browse the repository at this point in the history
Since d6a0a3e
it's no longer one single giant match block.
  • Loading branch information
not-my-profile committed Aug 15, 2023
1 parent 4091822 commit aa1ecfb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ looks like in practice.

Why is this library called `html5gum`?

* G.U.M: **G**iant **U**nreadable **M**atch-statement
* G.U.M: [**G**iant **U**nreadable **M**achine][src/machine.rs]

* \<insert "how it feels to <s>chew 5 gum</s> _parse HTML_" meme here\>

Expand All @@ -116,3 +116,4 @@ Licensed under the MIT license, see [`./LICENSE`][LICENSE].
[LICENSE]: ./LICENSE
[examples/tokenize_with_state_switches.rs]: ./examples/tokenize_with_state_switches.rs
[examples/custom_emitter.rs]: ./examples/custom_emitter.rs
[src/machine.rs]: ./src/machine.rs
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#![doc = concat!("[LICENSE]: ", blob_url_prefix!(), "LICENSE")]
#![doc = concat!("[examples/tokenize_with_state_switches.rs]: ", blob_url_prefix!(), "examples/tokenize_with_state_switches.rs")]
#![doc = concat!("[examples/custom_emitter.rs]: ", blob_url_prefix!(), "examples/custom_emitter.rs")]
#![doc = concat!("[src/machine.rs]: ", blob_url_prefix!(), "src/machine.rs")]
#![doc = include_str!("../README.md")]
//
#![warn(clippy::all)]
Expand Down

0 comments on commit aa1ecfb

Please sign in to comment.