Ecosyste.ms: Awesome
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: 5 days ago
JSON representation
A Racket package for working with Reverse Polish Notation stack structures
- Host: GitHub
- URL: https://github.com/jackfirth/rpn
- Owner: jackfirth
- License: apache-2.0
- Created: 2019-07-31T05:50:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-30T23:40:42.000Z (over 4 years ago)
- Last Synced: 2025-01-29T06:24:09.732Z (6 days ago)
- Topics: data-structures, forth, racket, reverse-polish-notation
- Language: Racket
- Size: 15.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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