UNPKG

bramble-parser

Version:

Bramble is a lightweight recursive descent parser that processes .havenfs files, returning a structured Json tree that can be used to construct an in-memory FS representation. The parser is based on line-based grammar, chunk headers, and metadata declarat

3 lines (2 loc) 77 B
export const CHUNK_DECLARATION_INDEX = 1; export const CHUNK_TYPE_INDEX = 3;