Skip to content
/ gis-dsl Public

A Domain Specific Language parser for Geographic Information Systems

License

Notifications You must be signed in to change notification settings

lbdudc/gis-dsl

Repository files navigation

GIS DSL

GitHub license Node.js Version npm version

It parses a DSL instance and generates the spec for the web-based GIS SPL.

Installation

npm install @lbdudc/gp-gis-dsl

Usage

import gisdslParser from "@lbdudc/gp-gis-dsl";

const spec = gisdslParser(inputString);

The DSL instance must finish with a GENERATE GIS sentence in order to work. See examples within the tests files.

Pre-requisites

  • Have installed in your machine:

Author

Alejandro Cortiñas Email: alejandro.cortinas@udc.es

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

A Domain Specific Language parser for Geographic Information Systems

Resources

License

Stars

Watchers

Forks

Packages

No packages published