Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bbap-lang/compiler
https://github.com/bbap-lang/compiler
abap sap
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bbap-lang/compiler
- Owner: bbap-lang
- License: mit
- Created: 2023-10-29T20:10:39.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-18T20:58:41.000Z (about 1 year ago)
- Last Synced: 2024-11-28T22:11:28.345Z (about 1 month ago)
- Topics: abap, sap
- Language: C#
- Homepage: https://bbap-lang.org/
- Size: 299 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).