1
0
mirror of https://github.com/osmarks/website synced 2024-06-16 02:09:58 +00:00
website/experiments/rpncalc-v3/index.html

10 lines
329 B
HTML
Raw Normal View History

2020-03-08 17:13:14 +00:00
---
title: RPNCalc v3
slug: rpncalc3
description: Reverse Polish Notation calculator, version 3 - with inbuilt docs, arbitrary-size rational numbers, utterly broken float/rational conversion and quite possibly Turing-completeness.
---
<link href="style.css" rel="stylesheet">
<div id="app"></div>
<script src="app.js"></script>