From 438e5a0db04d7a6e1a7199771cca16720c0b4b8d Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Wed, 15 May 2019 23:47:12 -0700 Subject: complete the skeleton of dquotes.subx Still some failing tests: - emit-string-literal-data doesn't ignore metadata when computing the length of literal strings - emit-string-literal-data doesn't handle escape sequences One issue doesn't have a failing test: - emit-metadata doesn't handle string literals containing '/' All these open issues involve a common design question: how to parse a 'word' that includes a string literal that may include spaces. For everything else I know words can't contain spaces and datums can't contain slashes. But for string literals things are tougher. --- subx/apps/pack | Bin 37047 -> 37276 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'subx/apps/pack') diff --git a/subx/apps/pack b/subx/apps/pack index f2149b59..1c76d927 100755 Binary files a/subx/apps/pack and b/subx/apps/pack differ -- cgit 1.4.1-2-gfad0