stak-decode 0.1.0

Stak Scheme bytecode decoder
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Stak

[![GitHub Action](https://img.shields.io/github/actions/workflow/status/raviqqe/stak/test.yaml?branch=main&style=flat-square)](https://github.com/raviqqe/stak/actions)
[![Codecov](https://img.shields.io/codecov/c/github/raviqqe/stak.svg?style=flat-square)](https://codecov.io/gh/raviqqe/stak)
[![License](https://img.shields.io/github/license/raviqqe/stak.svg?style=flat-square)](LICENSE)

Scheme written in Rust

## References

- [R7RS small]https://small.r7rs.org/
- [Ribbit]https://github.com/udem-dlteam/ribbit

## License

[MIT](LICENSE)