The pythonic-string-reader Reference Manual

This is the pythonic-string-reader Reference Manual, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 17:38:08 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

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


2.1 pythonic-string-reader

A simple and unintrusive read table modification that allows for simple string literal definition that doesn’t require escaping characters.

Maintainer

Zach Kost-Smith <>

Author

Yury Sulsky and Zach Kost-Smith

Dependency

named-readtables (system).

Source

pythonic-string-reader.asd.

Child Component

pythonic-string-reader.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 pythonic-string-reader/pythonic-string-reader.asd

Source

pythonic-string-reader.asd.

Parent Component

pythonic-string-reader (system).

ASDF Systems

pythonic-string-reader.


3.1.2 pythonic-string-reader/pythonic-string-reader.lisp

Source

pythonic-string-reader.asd.

Parent Component

pythonic-string-reader (system).

Packages

pythonic-string-reader.

Public Interface
Internals

read-multiline-string (function).


4 Packages

Packages are listed by definition order.


4.1 pythonic-string-reader

Source

pythonic-string-reader.lisp.

Use List
  • common-lisp.
  • editor-hints.named-readtables.
Public Interface
Internals

read-multiline-string (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: disable-pythonic-string-syntax ()
Package

pythonic-string-reader.

Source

pythonic-string-reader.lisp.

Function: enable-pythonic-string-syntax ()
Package

pythonic-string-reader.

Source

pythonic-string-reader.lisp.


5.2 Internals


5.2.1 Ordinary functions

Function: read-multiline-string (stream c)
Package

pythonic-string-reader.

Source

pythonic-string-reader.lisp.


Appendix A Indexes


A.1 Concepts


A.3 Variables