* fix syntax highlighting * disable highlightjs in favor of codehilite / pygments * add pygments css * convert scopeslexer into pygments pip-compatible module * update scopeslexer to python3
* fix doc generation for functions decorated with @@ spice-quote
* convert Array.sc to unix format (line endings)
* initial conversion of docs from restructured text to markdown
* prepare docs for MkDocs conversion
* added `find-module-path` to core
* fixed `update_docs` script and regenerated reference
* quote: lose unique objects when quoted
* initial check-in of `String` module
* updated credits
* small clean ups
* merged branch
Add LLVM debugging for parameters and locals Locals are not working yet, because they don't have names.
* aux file check-in
An attempt to improve the introduction documentation for Scopes: - wording changes in about - wording changes and additional material in cpp_users - wording changes, additional material, and fixes in tutorial
Wording and formatting changes for Scopes' dataformat documentation.
Backed out changeset 3445e3cb98c6
* updated CREDITS.md
An attempt to improve the introduction documentation for Scopes: - wording changes in about - wording changes and additional material in cpp_users - wording changes, additional material, and fixes in tutorial
* for prefixed strings, only `"` can be escaped, all other characters are taken as-is.