/starparse

Bazel BUILD File Parser

Primary LanguageTypeScript

Starparse

Small (and wildly incomplete) parser for bazel BUILD files.

Mainly an excuse for experimenting with Chevrotain

import { parseBuild } from './src/index';

const ast = parseBuild('load("//blah", my_symbol")');
console.log(ast);