An open API service indexing awesome lists of open source software.

https://github.com/jackfirth/rpn

A Racket package for working with Reverse Polish Notation stack structures
https://github.com/jackfirth/rpn

data-structures forth racket reverse-polish-notation

Last synced: about 1 month ago
JSON representation

A Racket package for working with Reverse Polish Notation stack structures

Awesome Lists containing this project

README

        

# rpn [![CI Status][ci-status-badge]][ci-status] [![Documentation][docs-badge]][docs]

A Racket package for working with Reverse Polish Notation stack structures.

[ci-status]: https://github.com/jackfirth/rpn/actions
[ci-status-badge]: https://github.com/jackfirth/rpn/workflows/CI/badge.svg
[docs]: https://docs.racket-lang.org/rpn/index.html
[docs-badge]: https://img.shields.io/badge/docs-published-blue.svg