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

C library for parsing BEL Script (includes BEL expressions)

License

Notifications You must be signed in to change notification settings

OpenBEL/libbel

Repository files navigation

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

About

C library for parsing BEL Script (includes BEL expressions)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages