From 5a13bfea57888b208246b08031ed39291019445c Mon Sep 17 00:00:00 2001 From: Rick Carlino Date: Wed, 25 Mar 2020 08:59:27 -0500 Subject: [PATCH] Add link to Lexer from Ruby project for reference --- bundles.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bundles.md b/bundles.md index e28b0cb..17d8c43 100644 --- a/bundles.md +++ b/bundles.md @@ -1,3 +1,5 @@ -# Binary Spec for Bundle Files +# Bundle File Specification (WIP) -We're not ready for this yet. If you would like to help, please reach out. +We will draft this specification after the first client is finished- we've found that too many things have changed since the start of the project. + +Please see this [Lexer](https://tildegit.org/PigeonProtocolConsortium/pigeon_ruby/src/branch/master/dist/pigeon/lexer.rb), written in Ruby, that can help you build your own bundle-consuming code: