The string-escape Reference Manual

This is the string-escape Reference Manual, version 0.0, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 17:58:14 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

The main system appears first, followed by any subsystem dependency.


2.1 string-escape

Emacs and Python style string escapes in #"..." form.

Author

Devon at ai.NO.mit.SPAM.edu

License

GPLv3

Version

0.0

Source

string-escape.asd.

Child Component

string-escape.lisp (file).


3 Files

Files are sorted by type and then listed depth-first from the systems components trees.


3.1 Lisp


3.1.1 string-escape/string-escape.asd

Source

string-escape.asd.

Parent Component

string-escape (system).

ASDF Systems

string-escape.


3.1.2 string-escape/string-escape.lisp

Source

string-escape.asd.

Parent Component

string-escape (system).

Packages

string-escape.

Public Interface

#"-reader (function).


4 Packages

Packages are listed by definition order.


4.1 string-escape

Source

string-escape.lisp.

Use List

common-lisp.

Public Interface

#"-reader (function).


5 Definitions

Definitions are sorted by export status, category, package, and then by lexicographic order.


5.1 Public Interface


5.1.1 Ordinary functions

Function: #"-reader (stream subchar arg)

Reader macro accepts #"..." C compatible string literals
and #"""...""" Python compatible string literals,
both augmented with the \e, \d, \s and \<NewLine> Emacs escapes.

Package

string-escape.

Source

string-escape.lisp.


Appendix A Indexes


A.1 Concepts


A.2 Functions

Jump to:   #  
F  
Index Entry  Section

#
#"-reader: Public ordinary functions

F
Function, #"-reader: Public ordinary functions


A.3 Variables