This git repository is dedicated to C++-based compiler tools for B:
bxml: produces BXML files representing the decorated abstract syntax tree of B components. It is built upon thebcomptool.bcomp: front-end parser and type checker for B source files.
git clone https://github.com/CLEARSY/bcompiler bcompiler
cd bcompiler
mkdir -p build
cd build
cmake ..
cmake --build .This code is distributed under the license: "GNU GENERAL PUBLIC LICENSE, Version 3". See the LICENSE file in this repository.