Arista EOS-oriented dialect profile for netform_ir.
This crate provides a conservative EOS profile that customizes:
- comment classification (
!,#) - tokenization with quoted-string preservation
Example
use parse_eos;
let cfg = "interface Ethernet1\n description \"Uplink\"\n";
let doc = parse_eos;
assert_eq!;