From 3863c3837ded859328243ae42f524c45741c872e Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Thu, 24 Sep 2020 10:37:07 -0400 Subject: Add implementation README and navigation links in main README --- docs/implementation/index.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 docs/implementation/index.html (limited to 'docs/implementation') diff --git a/docs/implementation/index.html b/docs/implementation/index.html new file mode 100644 index 00000000..d4d7c047 --- /dev/null +++ b/docs/implementation/index.html @@ -0,0 +1,19 @@ + + + + BQN implementation notes + + +

BQN implementation notes

+

Notes about how BQN is implemented. There's not too much here yet.

+ +

I have also held some forum discussions on the actual workings of the compiler, but aborted these because the interactive format wasn't doing too much. I haven't yet started on non-interactive replacements.

+ + -- cgit v1.2.3