Skip to content

Commit

Permalink
atribution
Browse files Browse the repository at this point in the history
  • Loading branch information
edg-l committed Apr 29, 2024
1 parent a0e64b0 commit 16ddac3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "tblgen-alt"
version = "0.3.1"
edition = "2021"
license = "MIT OR Apache-2.0"
authors = ["Daan Vanoverloop"]
description = "Safe Rust bindings for TableGen. Alternative updated version."
repository = "https://github.com/edg-l/tblgen-rs-alt"
documentation = "https://danacus.gitlab.io/tblgen-rs/tblgen/"
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# tblgen

This is a updated (LLVM 18) fork of https://gitlab.com/Danacus/tblgen-rs.
Original author: Daan Vanoverloop.

This crate provides raw bindings and a safe wrapper for TableGen, a domain-specific language used by the LLVM project.

The goal of this crate is to enable users to develop custom TableGen backends in Rust. Hence the primary use case of this crate are procedural macros that generate Rust code from TableGen description files.
Expand Down

0 comments on commit 16ddac3

Please sign in to comment.