A simple parser for .pb files
Go to file
Sofía Aritz 99d12d2ac6 Remove assert import 2023-05-15 18:01:09 +00:00
test Allow multiple objects with the same key 2023-05-15 17:02:24 +02:00
.gitignore Initial commit 2023-05-15 16:24:41 +02:00
README.md Add README 2023-05-15 16:30:38 +02:00
index.js Remove assert import 2023-05-15 18:01:09 +00:00
package.json Initial commit 2023-05-15 16:24:41 +02:00
yarn.lock Initial commit 2023-05-15 16:24:41 +02:00

README.md

PB Parser

This module parses .pb files

Usage

  1. Install the package using:

    • npm install git+https://git.sofiaritz.com/sofia/pb-parser.git
    • yarn add git+https://git.sofiaritz.com/sofia/pb-parser
  2. Use the #parse() function to parse a whole file.