Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 651 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 651 Bytes

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.