1
0
mirror of https://github.com/php/doc-en.git synced 2026-03-23 23:32:18 +01:00

parle: remove useless wrapping para tag around warn.experimental entity

This commit is contained in:
Gina Peter Banyard
2026-01-26 14:30:02 +00:00
parent 0ba9e74ebc
commit 3945ab62bb

View File

@@ -9,8 +9,8 @@
<preface xml:id="intro.parle">
&reftitle.intro;
&warn.experimental;
<para>
&warn.experimental;
The parle extension provides general purpose lexing and parsing facilities. The implementation is based on <link xlink:href="&url.parle.lib;">these libraries</link> and requires a <link xlink:href="&url.c14;">C++14</link> capable compiler. The lexer is based on the regex matching, the parser is LALR(1). Lexers and parsers are generated on the fly and can be used immediately after they've been finalized. Parle deals with parsing and lexing, the appropriate data structures representation and processing are the implementer's task. Serialization and code generation are not supported by the extension, yet.
</para>
<para>