README
vcl-peg
Very much a work-in-progress - don't use this yet!
A javascript parser, generated using pegjs for vcl as used in fastly.
Currently it can only handle backend declarations so is not much use.
Attempt to learn PEG
<script type="module">
import vclParser from 'https://cdn.skypack.dev/vcl-parser';
</script>
Very much a work-in-progress - don't use this yet!
A javascript parser, generated using pegjs for vcl as used in fastly.
Currently it can only handle backend declarations so is not much use.