From a68f05a8409911a1eb5e8b4e0267cf994da89d9f Mon Sep 17 00:00:00 2001 From: Dustin Spicuzza Date: Sat, 30 Apr 2022 02:16:01 -0400 Subject: [PATCH] Add live demo link - Fixes #4 --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index d3ac735..3e249d2 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,11 @@ There are two APIs available: * A visitor-style interface to build up your own custom data structures * A simple visitor that stores everything in a giant data structure +Live Demo +--------- + +A pyodide-powered interactive demo is at https://robotpy.github.io/cxxheaderparser/ + Documentation -------------