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).
The project is distributed as npm package and can be included like:
npm install ts-aspcore2-parser