Next: Introduction, Previous: (dir), Up: (dir) [Contents][Index]
This is the string-escape Reference Manual, version 0.0, generated automatically by Declt version 3.0 "Montgomery Scott" on Mon Apr 19 17:53:33 2021 GMT+0.
• Introduction | What string-escape is all about | |
• Systems | The systems documentation | |
• Files | The files documentation | |
• Packages | The packages documentation | |
• Definitions | The symbols documentation | |
• Indexes | Concepts, functions, variables and data types |
string-escape ============= Emacs and Python style literal strings as #"..." reader macros Example ------- (eval-when (:compile-toplevel :load-toplevel :execute) (require '#:string-escape)) (princ #"A\tB\tC\n1\t2\t3") ; print a table with tabs and newlines (count #\" #"""A "Triple Quoted String" as in Python.""") ; count double quotes COPYING ------- Copyright (c) 2014-2015 Devon Sean McCullough This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version.
Next: Files, Previous: Introduction, Up: Top [Contents][Index]
The main system appears first, followed by any subsystem dependency.
• The string-escape system |
Devon at ai.NO.mit.SPAM.edu
GPLv3
Emacs and Python style string escapes in #"..." form.
0.0
string-escape.asd (file)
string-escape.lisp (file)
Files are sorted by type and then listed depth-first from the systems components trees.
• Lisp files |
• The string-escape.asd file | ||
• The string-escape/string-escape.lisp file |
Next: The string-escape/string-escape․lisp file, Previous: Lisp files, Up: Lisp files [Contents][Index]
string-escape.asd
string-escape (system)
Previous: The string-escape․asd file, Up: Lisp files [Contents][Index]
string-escape (system)
string-escape.lisp
#"-reader (function)
Next: Definitions, Previous: Files, Up: Top [Contents][Index]
Packages are listed by definition order.
• The string-escape package |
string-escape.lisp (file)
common-lisp
#"-reader (function)
Definitions are sorted by export status, category, package, and then by lexicographic order.
• Exported definitions |
Previous: Definitions, Up: Definitions [Contents][Index]
• Exported functions |
Previous: Exported definitions, Up: Exported definitions [Contents][Index]
Reader macro accepts #"..." C compatible string literals
and #"""...""" Python compatible string literals,
both augmented with the \e, \d, \s and \<NewLine> Emacs escapes.
string-escape.lisp (file)
Previous: Definitions, Up: Top [Contents][Index]
• Concept index | ||
• Function index | ||
• Variable index | ||
• Data type index |
Next: Function index, Previous: Indexes, Up: Indexes [Contents][Index]
Jump to: | F L S |
---|
Jump to: | F L S |
---|
Next: Variable index, Previous: Concept index, Up: Indexes [Contents][Index]
Jump to: | #
F |
---|
Index Entry | Section | ||
---|---|---|---|
| |||
# | |||
#"-reader : | Exported functions | ||
| |||
F | |||
Function, #"-reader : | Exported functions | ||
|
Jump to: | #
F |
---|
Next: Data type index, Previous: Function index, Up: Indexes [Contents][Index]
Previous: Variable index, Up: Indexes [Contents][Index]
Jump to: | P S |
---|
Jump to: | P S |
---|