Skip to content

Proxxa/bf-compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bf-compiler

A quick bf compiler made using Rust

Requirements

  • gcc or clang

Building

Using cargo

Requires the cargo buildsystem. Cargo can be installed as described in the Rust book

  • Clone the repository using git clone https://github.com/Proxxa/bf-compiler.git
  • cd bf-compiler
  • cargo build --release
  • The executable is stored at ./target/release/bf-compiler

Using rustc

Requires the rustc compiler. The compiler can be installed the same way as Cargo.

  • Clone the repository using git clone https://github.com/Proxxa/bf-compiler.git
  • cd bf-compiler
  • rustc ./src/main.rs -o bf-compiler
  • The executable is stored at ./bf-compiler

About

A quick bf compiler made using Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages