X-Git-Url: http://git.squeep.com/?p=squeep-web-linking;a=blobdiff_plain;f=README.md;fp=README.md;h=b332bc4d622bbb16e6d9d053860ac8d65f824752;hp=0000000000000000000000000000000000000000;hb=3436c07c25324507228f3d538d345ea35751c623;hpb=b36198e0a3d21413d75a501ffd52f0fb20188a31 diff --git a/README.md b/README.md new file mode 100644 index 0000000..b332bc4 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# An RFC8288 Parsing Library + +## What + +This is a minimal parser for HTTP Link Headers, basically just a wrapper around a PEG grammar. + +## Notes + +After updating the grammar, `npm run generate` will compile the parser.