Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bbap-lang/compiler


https://github.com/bbap-lang/compiler

abap sap

Last synced: 21 days ago
JSON representation

Awesome Lists containing this project

README

        

# BBAP - Readme

BBAP is a programming language that compiles to [ABAP](https://en.wikipedia.org/wiki/ABAP).
It is designed to be a modern, easy to use language that can be
used to write programs for a SAP-System.

## Installation

You can install the [bbap compiler](https://www.nuget.org/packages/bbap/) using [dotnet tools](https://dotnet.microsoft.com/en-us/download):

```bash
dotnet tool install -g bbap
```

## Usage

To compile a BBAP file, use the following command:

```bash
bbap
```

## Getting Started

To get started with BBAP, you can read the [documentation](https://docs.bbap-lang.org/) or look at the [examples](examples).