Lexical
pythonparse.Lexical
object Lexical
Python's lexical grammar; how basic tokens get parsed. This stuff is sensitive to whitespace, which can only appear where it's explicitly stated to be part of the grammar.
Manually transcribed from https://docs.python.org/2/reference/lexical_analysis.html
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Lexical.type
Members list
Value members
Concrete methods
def negatable[T, $ : ParsingRun](p: => ParsingRun[T])(implicit evidence$1: ParsingRun[$], ev: Numeric[T]): ParsingRun[T]
Concrete fields
In this article