1.1.0 • Published 5 years ago

fgdparser v1.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

FGDParser

FGD (Forge Game Data) is a configuration format used by the Hammer editor to define the entities available in the editor and their properties.

Usage

This module is based on my previous vmfparser, and exposes a similar API. It exports a single parse(input, options) function, with the input being an FGD source string, and options is an optional object with the following properties:

  • ast: If true, will return the Abstract Syntax Tree instead of the transformed object.
1.1.0

5 years ago

0.2.0

8 years ago

0.1.0

9 years ago