nope/lib/parsers
2022-07-23 07:34:38 +02:00
..
open-api Adapting Arrow-Functions 2022-07-23 07:34:38 +02:00
python adding open-api-parser 2020-11-09 07:42:24 +01:00
typescript adding open-api-parser 2020-11-09 07:42:24 +01:00
README.md adding open-api-parser 2020-11-09 07:42:24 +01:00

Table of Content

Parsers

This folders contains parsers. This Parsers can be used to generate accessors for NopeModules in different Languages.

Parsing Nope-Modules

Before parsing could be applied, a description of the modules must be provided. This descritption, can than be used to generate accessors for NopeModules in different Languages. How to write such an description is detailed under /lib/modules.

To use a Parser a cli-tool is provided under /lib/cli. Additionally you will find a UI-Kit in /resources

Structur of a Parser

To parse a description the provided parsers, utilizes handlebar-template to parse the description into accessor classes.