Change namespace, and attest contents of NuGet package (#21)

This commit is contained in:
Patrick Stevens
2024-06-17 23:22:27 +01:00
committed by GitHub
parent 4d4aa25825
commit 2655682e32
10 changed files with 106 additions and 27 deletions

View File

@@ -1,4 +1,4 @@
namespace PrattParser
namespace WoofWare.PrattParser
/// Specification of how to parse things which act like brackets: that is, they start with a token,
/// then consume some stuff, then there's another token to mark the end.