You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering if this could be a library on crates.io with docs on docs.rs so that other rust developers can use this in their projects.
One of my projects (the wright programming language) is a language that could potentially benifit from targetting brainfuck as an itermediate, and I would like to use your compiler in the process.
The text was updated successfully, but these errors were encountered:
The minimum API I want would expose an interface for reading/writing to and from brainfuck files and representations, as well as translating them to an LLVM Intermediate Representation (usable via the llvm-sys crate).
Hope it's not too much to ask. I am willing to contribute if you want.
I was wondering if this could be a library on crates.io with docs on docs.rs so that other rust developers can use this in their projects.
One of my projects (the wright programming language) is a language that could potentially benifit from targetting brainfuck as an itermediate, and I would like to use your compiler in the process.
The text was updated successfully, but these errors were encountered: