Skip to content
/ ll Public

Generated parser for LLVM IR assembly.

License

0BSD, Unlicense licenses found

Licenses found

0BSD
LICENSE
Unlicense
UNLICENSE
Notifications You must be signed in to change notification settings

llir/ll

Repository files navigation

Generated parser for LLVM IR assembly

This project generates lexers and parsers for LLVM IR assembly from an EBNF grammar using Textmapper.

Installation

# Clone repo and submodules.
git clone --recursive https://github.com/llir/ll

# Install textmapper.
cd ll/tools/textmapper/tm-tool
./gen.sh

# Generate LLVM IR parser.
cd ../../..
make

License

The llir/ll project is dual-licensed to the public domain and under a zero-clause BSD license. You may choose either license to govern your use of llir/ll.

About

Generated parser for LLVM IR assembly.

Resources

License

0BSD, Unlicense licenses found

Licenses found

0BSD
LICENSE
Unlicense
UNLICENSE

Stars

Watchers

Forks

Releases

No releases published

Languages