Skip to content

Commit 8133450

Browse files
committed
Merge branch 'bollu-remove-gpl-from-llvm-backend'
PR #47
2 parents 6a51cd1 + 4838801 commit 8133450

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ This project is written in Rust. If you're unfamiliar with Rust, you should take
1010

1111
Prospective contributors, please take a look at the [Contributors' Guide](CONTRIBUTING.md).
1212

13+
(Also, for the motivation behind this language, take a look at the [introductory blog post](https://blog.vghaisas.com/introducing-balloon/), and a [more detailed blog post](https://blog.vghaisas.com/thoughts-about-balloon/).)
14+
1315
## Usage
1416

1517
Balloon is currently not available on crates.io. You will need to build it yourself using Cargo. (You could also download one of the prebuilt binaries from this project's [release page](https://github.com/polybuildr/balloon-lang/releases).)

src/llvm_interpreter.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// sample LLVM code lifted from
2-
// https://github.com/Wilfred/bfc/blob/master/src/llvm.rs
31
use std::rc::Rc;
42
use std::cell::RefCell;
53
use std::fmt;

0 commit comments

Comments
 (0)