D. Bohdan
D. Bohdan
https://github.com/josegonzalez/bash-filedb (not single-file)
There is a maintained derivative of RDB called (confusingly, but they used the name first) "NoSQL". http://www.strozzi.it/cgi-bin/CSA/tw7/I/en_US/nosql
Let us not forget (but not actually add) [QuineDB](https://github.com/gfredericks/quinedb).
Sorry, but I don't use macOS, and these tools appear to be macOS-exclusive. If someone wants to PR a high-quality plist section in the style of [INI section](https://github.com/dbohdan/structured-text-tools#ini), I'll add...
Please add your project to `sql-based.csv` instead of editing `sql-based.md` directly. `sql-based.md` is generated from `sql-based.csv`.
Could you add the data about Musoq to [sql-based.csv](https://github.com/dbohdan/structured-text-tools/blob/master/sql-based.csv) in a PR?
Another way the difference manifests: ```none $ cat demo2.tcl puts [list {*}{foo\ bar}] $ tclsh demo2.tcl foo bar $ jimsh demo2.tcl {foo } bar ```
If you're interested, I've just pushed [a number of tests](https://github.com/dbohdan/picol/blob/408f51fcbbc90610c73803a0682fca46f48f432d/test.pcl#L703) for Tcl 8-compatible handling of line continuations to Picol's repo.
The issues I have seen come down to long string literals with meaningful whitespace being corrupted in code that otherwise works in Jim. The most common has probably been help...
Thanks for the patch! Yes, I agree it's a bad regression. So far I've spent a couple of hours trying to hack up a solution localized to just `ScriptObjAddTokens` and...