about summary refs log tree commit diff stats
path: root/subx/066print-int.subx
Commit message (Collapse)AuthorAgeFilesLines
* complete the skeleton of dquotes.subxKartik Agaram2019-05-151-3/+101
| | | | | | | | | | | | | | | | 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.
* Merge branch 'dquotes' into dquotes-1Kartik Agaram2019-05-131-25/+96
| | | | | dquotes.subx is now segfaulting after this merge. Seems to be trying to use addresses from the old stack.
* 5153Kartik Agaram2019-05-111-0/+215