Skip to content

bbap-lang/Compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BBAP - Readme

BBAP is a programming language that compiles to 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 using dotnet tools:

dotnet tool install -g bbap

Usage

To compile a BBAP file, use the following command:

bbap <input file/path> <output file>

Getting Started

To get started with BBAP, you can read the documentation or look at the examples.