cowlang 0.1.0

A simple Python-like scripting language
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
```
 _________________________________
< Cowlang is a scripting language >
 ---------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||
```

*NOTE:* I mostly built this to toy around with Rust. If you want a proper (fast and typesafe) embedded language runtime, I highly recommend looking at WASM first. 

## Building
This needs a recent Rust toolchain and uses `plex` for parsing/lexing. 

## Usage
See `tests` for some examples.