2
0
mirror of https://github.com/boostorg/url.git synced 2026-01-20 17:12:16 +00:00

5 Commits

Author SHA1 Message Date
alandefreitas
de907fe2f3 update links 2022-09-09 16:13:32 -03:00
Vinnie Falco
71722527bc doc work and tidy svg 2022-08-25 13:50:23 -07:00
Vinnie Falco
753e06c774 error codes, rules, and test tidy
fix #358
2022-08-06 22:44:09 -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
77e27c0055 rename bnf to grammar 2022-01-04 11:42:12 -08:00