An open API service indexing awesome lists of open source software.

https://github.com/soontao/grammar-pdi

Grammar of PDI
https://github.com/soontao/grammar-pdi

absl ast bodl pdi programming-language sap

Last synced: over 1 year ago
JSON representation

Grammar of PDI

Awesome Lists containing this project

README

          

# Grammar of PDI

[![npm version](https://badge.fury.io/js/grammar-pdi.svg)](https://badge.fury.io/js/grammar-pdi)
[![CircleCI](https://circleci.com/gh/Soontao/grammar-pdi.svg?style=shield)](https://circleci.com/gh/Soontao/grammar-pdi)
[![codecov](https://codecov.io/gh/Soontao/grammar-pdi/branch/master/graph/badge.svg)](https://codecov.io/gh/Soontao/grammar-pdi)

Provide the AST parser for BODL (Business Object Definition Language) and ABSL (ABAP Script Language)

Antlr Version: 4.7.2

## Parser - BODL

![](https://res.cloudinary.com/digf90pwi/image/upload/v1571731756/2019-10-22_16-08-35_rsokqx.png)

## Parser - ABSL

![](https://res.cloudinary.com/digf90pwi/image/upload/v1573109223/2019-11-07_14-46-22_ipzeuq.png)

### Build

```bash
npm run build
```

sometimes we need manually edit generated lexer/parser code.