llvm
IR parser
A Go library that provides an interface to LLVM IR, allowing developers to parse, generate and manipulate the intermediate representation of compiler code.
Library for interacting with LLVM IR in pure Go.
1k stars
32 watching
78 forks
Language: Go
last commit: 6 months ago
Linked from 2 awesome lists
gogolangllvmllvm-ir
Related projects:
Repository | Description | Stars |
---|---|---|
leaanthony/clir | A lightweight CLI library in Go for building simple and clear command-line interfaces. | 180 |
lrstanley/girc | A flexible IRC client library for Go, focusing on simplicity and event-based triggering. | 139 |
llukas22/llm-rs-python | An unofficial Python interface to the Rust-based Large Language Model library | 73 |
jm/toml | A Ruby library for parsing and generating the TOML data interchange format | 151 |
olexsmir/gopher.nvim | A Neovim plugin that simplifies Go development by providing tools and integrations for code completion, testing, and debugging. | 321 |
wing924/shellwords | A library to manipulate strings according to UNIX Bourne shell word parsing rules | 24 |
fergstar/go-parse | A Go client library providing a set of pre-built services to interact with the Parse API. | 1 |
lioujj/pxt-ir | A software library for micro:bit microcontrollers to receive and send infrared messages using NEC and SONY encoding. | 15 |
phorward/colm | A programming language designed to analyze and transform computer languages through grammar-based parsing | 1 |
ircdocs/parser-tests | Provides test vectors for verifying the correctness of IRC parser implementations | 40 |
alexflint/go-arg | Provides a structured approach to parsing command-line arguments in Go | 2,032 |
ugorji/go | A high-performance, feature-rich Idiomatic Go 1.4+ codec/encoding library for various binary and text formats. | 1,861 |
jaschaephraim/lrserver | A LiveReload server for Go that handles file watching and communication with the client via WebSocket. | 127 |
adrg/libvlc-go | A Go library providing a unified interface to multimedia capabilities | 434 |
emersion/go-vcard | A Go library for parsing and formatting vCard data | 107 |