bob-the 0.1.3

Small rust scripting language for simple builds. 'Bob the Builder, can we fix it? Bob the Builder, yes we can!'
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Bob (the Builder)

Small scripting language for Rust build scripts.

# Syntax
```
READ <filepath> -> <variable>
WRITE <filepath> <text>
PRINT <text>
APPEND <string1> <string2> -> <variable>
```