Skip to content

What is the list of all existing Bril interpreters? #297

Answered by sampsyo
rcplane asked this question in Q&A
Discussion options

You must be logged in to vote

There are two in-tree interpreters:

There are three in-tree compilers from Bril to native executables:

  • Brilift, using Cranelift
  • Brillvm, using LLVM via some Rust bindings
  • bril-llvm, using LLVM via generating text IR from Python

I don't believe the OCaml library includes an interpreter.

Some things that are not in tree that could be worth trying, but for which we can't vouch for the "freshness":

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@charles-rs
Comment options

@sampsyo
Comment options

@rcplane
Comment options

@Pat-Lafon
Comment options

Answer selected by rcplane
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants