nope/lib/parsers
2022-01-18 08:01:50 +01:00
..
open-api fixing issues and adding comments 2022-01-18 08:01:50 +01: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.