diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-05-15 23:47:12 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-05-15 23:47:12 -0700 |
commit | 438e5a0db04d7a6e1a7199771cca16720c0b4b8d (patch) | |
tree | ffed8f360daa0cb4e8b272ff1c02317aef4a94fa /subx/apps/handle | |
parent | 50581f2a0e439f2bb8386406e3a493f17d387ab1 (diff) | |
download | mu-438e5a0db04d7a6e1a7199771cca16720c0b4b8d.tar.gz |
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.
Diffstat (limited to 'subx/apps/handle')
-rwxr-xr-x | subx/apps/handle | bin | 19189 -> 19418 bytes |
1 files changed, 0 insertions, 0 deletions
diff --git a/subx/apps/handle b/subx/apps/handle
index 4fe1e044..4d4bea1f 100755
--- a/subx/apps/handle
+++ b/subx/apps/handle
Binary files differ |