SichangHe / internet_route_verification

Parse Routing Policy Specification Language from IRR and compare BGP routes against it
1 stars 0 forks source link

Separate parsing lexer output w/ the IR #77

Closed SichangHe closed 8 months ago

SichangHe commented 8 months ago

This is so that users can depend on ir without depending on lex.

The data structures in parse are moved to ir, and the conversion functions remain there.