Skip to content
This repository has been archived by the owner on Sep 24, 2019. It is now read-only.

Latest commit

 

History

History
25 lines (18 loc) · 364 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 364 Bytes

libbel

C library for BEL.

Capabilities

  • Iterative parsing (e.g. no need to buffer large files)
  • AST output
  • Captures line and character offsets for AST nodes

Uses

  • Parse BEL to AST
  • Syntax validation and error reporting
  • Semantic validation and error reporting

Building / Installing

./autogen.sh
./configure
make
make install