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/factorial | Bin 18362 -> 18591 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'subx/apps/factorial') diff --git a/subx/apps/factorial b/subx/apps/factorial index c18b8bcc..ab71d3b2 100755 Binary files a/subx/apps/factorial and b/subx/apps/factorial differ -- cgit 1.4.1-2-gfad0