mirror of
https://github.com/matrix-construct/construct
synced 2024-11-25 16:22:35 +01:00
ircd::json: Fix README formatting.
This commit is contained in:
parent
72bacdedf6
commit
152b3c351b
1 changed files with 4 additions and 4 deletions
|
@ -19,10 +19,10 @@ JSON text* itself, and perform the allocating, indexing, copying and
|
||||||
converting entirely at the time and place of our discretion -- if ever.
|
converting entirely at the time and place of our discretion -- if ever.
|
||||||
|
|
||||||
The core of this system is a robust and efficient abstract formal grammar
|
The core of this system is a robust and efficient abstract formal grammar
|
||||||
built with boost::spirit. The formal grammar provides a *proof of robust-
|
built with boost::spirit. The formal grammar provides a *proof of
|
||||||
ness*: security vulnerabilities are more easily spotted by vetting this
|
robustness*: security vulnerabilities are more easily spotted by vetting
|
||||||
grammar rather than laboriously tracing the program flow of an informal
|
this grammar rather than laboriously tracing the program flow of an
|
||||||
handwritten parser.
|
informal handwritten parser.
|
||||||
|
|
||||||
Next we have taught boost::spirit how to parse into std::string_view rather
|
Next we have taught boost::spirit how to parse into std::string_view rather
|
||||||
than std::string. Parsing is now a composition of pointers into the original
|
than std::string. Parsing is now a composition of pointers into the original
|
||||||
|
|
Loading…
Reference in a new issue