2
0
mirror of https://github.com/boostorg/url.git synced 2026-01-26 19:12:14 +00:00
Commit Graph

7 Commits

Author SHA1 Message Date
Vinnie Falco
f46a2a9b21 Tidy tests 2022-08-03 09:52:31 -07:00
Vinnie Falco
a3447a91c4 Doc work 2022-08-02 18:17:10 -07:00
Vinnie Falco
ced6e9fcec Range work and rule refactoring 2022-08-01 13:41:07 -07:00
Vinnie Falco
b70f9745a7 Doc work and sequence work 2022-07-31 18:21:07 -07:00
Vinnie Falco
9d2c1e5409 Refactor grammar:
The Rule concept is changed:

* rules are stateful values
* nested value_type holds the result of parsing
* member function `Rule::parse` is the algorithm
* parse returns `result<value_type>`

And:

* All rfc3986 rules are reimplemented
* New grammar non-terminal elements introduced:
  - char_rule
  - not_empty_rule
  - optional_rule
  - sequence_rule
  - variant_rule
2022-07-27 19:31:16 -07:00
Vinnie Falco
1a6665431a add elements, optional grammar 2022-01-13 11:05:22 -08:00
Vinnie Falco
b2dfe1c117 Rename to token_rule 2022-01-06 13:46:01 -08:00