Skip to content

Commit 08741f0

Browse files
committed
Update README.md before 0.1.0
1 parent 688935a commit 08741f0

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,15 @@
22

33
[![Build Status](https://travis-ci.org/polybuildr/balloon-lang.svg?branch=master)](https://travis-ci.org/polybuildr/balloon-lang)
44

5-
**This is an experimental project.**
5+
**This is a very experimental project.**
6+
7+
This is an attempt to build a general-purpose interpreted programming language (later with a focus on back-end web programming) that attempts to allow the programmer to choose their own guarantees for things like type safety.
8+
9+
This project is written in Rust. If you're unfamiliar with Rust, you should take a look at the [Rust docs](https://www.rust-lang.org/en-US/documentation.html).
610

711
## Usage
812

9-
`balloon` is currently not available on crates.io. You will need to built it yourself.
13+
Balloon is currently not available on crates.io. You will need to build it yourself using Cargo.
1014

1115
```
1216
usage: balloon [MODE] FILE
@@ -17,6 +21,8 @@ where MODE is one of:
1721
--parse only parse the file, don't run it
1822
```
1923

24+
(There is also an (even more) experimental LLVM backend that is not documented here.)
25+
2026
## Code examples
2127

22-
Examples of valid code can be found by looking at tests in [src/interpreter_test.rs](src/interpreter_test.rs).
28+
Examples of valid code can be found by looking at tests in the [tests/run-pass](tests/run-pass) directory.

0 commit comments

Comments
 (0)