RFCs formatted in Lex
=====================

This directory contains Internet RFCs converted to Lex format.

Files
-----
- rfc9000.lex: QUIC: A UDP-Based Multiplexed and Secure Transport (Converted from XML)
- rfc4627.lex: The application/json Media Type for JavaScript Object Notation (JSON) (Converted from Text)
- rfc791.lex:  Internet Protocol (Converted from Text)

Conversion Process
------------------
- RFC 9000: Generated using `lex-cli` with `rfc_xml` format support from official XML.
- RFC 4627 & RFC 791: Converted from official text versions using custom scripts and manual formatting to preserve legacy structure and ASCII art.