laps 0.1.7

Build lexers and parsers by deriving traits.
Documentation
# clike

Interpreter for a C-like programming language, with a front-end built with `laps`.

## Usage

Run in the repository root:

```
cargo run --example clike --features=macros -- examples/clike/fib.c
```

Input:

```
10
```

Output:

```
55
```