ts-aspcore2-parser

An ASP-CORE-2 input language format parser implemented in TypeScript.

Usage no npm install needed!

<script type="module">
  import tsAspcore2Parser from 'https://cdn.skypack.dev/ts-aspcore2-parser';
</script>

README

npm version npm GitHub Build Status

ts-aspcore2-parser

An answer set programming parser implemented in TypeScript for the ASP-CORE-2 input language format.

The parser is generated with antlr4ts and the project is published under GPL-3.0 as npm package to be used in TypeScript projects (e.g Angular).

Installation

The project is distributed as npm package and can be included like:

npm install ts-aspcore2-parser

Usage