2
0
mirror of https://github.com/boostorg/url.git synced 2026-01-26 07:02:20 +00:00
Commit Graph

6 Commits

Author SHA1 Message Date
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
alandefreitas
999dbe147b BOOST_TEST_EQ
fix #69
2022-03-18 14:49:17 -03:00
Vinnie Falco
cbd0ad64cc Add unsigned_decimal 2022-01-13 17:03:05 -08:00
Vinnie Falco
1a6665431a add elements, optional grammar 2022-01-13 11:05:22 -08:00
Vinnie Falco
93582e4fea rename to grammar 2022-01-07 07:15:48 -08:00
Vinnie Falco
77e27c0055 rename bnf to grammar 2022-01-04 11:42:12 -08:00