Re: Parsing named.conf in PyParsing Python3 and JSON now available

2022-05-29 Thread S Egbert
oops make that this link https://github.com/egberts/bind9_parser > On May 29, 2022, at 4:28 PM, S Egbert wrote: > > Just a short blurb that I now make parsing named.conf easier in Pyhton3 > using PyParsing module. > > Through a pythonized variable, one can also ge

Parsing named.conf in PyParsing Python3 and JSON now available

2022-05-29 Thread S Egbert
Just a short blurb that I now make parsing named.conf easier in Pyhton3 using PyParsing module. Through a pythonized variable, one can also generate JSON string. The end-use should be obvious to those who need one, but one of my case is a large library of named.conf in pythonized form with cap

Updated: Vim syntax for zone files (as well as named.conf)

2020-09-17 Thread S Egbert
w it right away).  Or accidentally using `check-names master fail;` in `view` or `master` clause.  Many alike statements have different available settings in different clauses, got that covered. Enjoy, S Egbert Reference: https://github.com/egberts/vim-syntax-bind-named ___