object SexpParser
Parse Emacs Lisp into an Sexp. Other lisp variants may
require tweaking, e.g. Scheme's nil, infinity, NaN, etc.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SexpParser
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val Characters: fastparse.all.Parser[String]
- val Digits: fastparse.all.Parser[Unit]
- val EscapedCharS: fastparse.all.P[String]
- val Exp: fastparse.all.Parser[Unit]
- val ExpPredicate: ElemIn[Char, String]
- val Frac: fastparse.all.Parser[Unit]
- val Integer: fastparse.all.Parser[Unit]
- val NCCharPredicate: fastparse.all.P0
- val NormalCharPredicate: fastparse.all.P0
- val NormalCharS: fastparse.all.P[String]
- val NotNewLinePredicate: fastparse.all.P0
- val PlusMinusPredicate: ElemIn[Char, String]
- val PrintableRange: Inclusive[Char]
- val QuoteSlashBackSlash: ElemIn[Char, String]
- val SexpNumberP: Parser[SexpNumber, Char, String]
- val SexpQuote: SexpSymbol
- val SexpStringP: fastparse.all.Parser[SexpString]
- val SymbolBodyCharPredicate: ElemIn[Char, String]
- val SymbolStartChar: Seq[Seq[Char]]
- val SymbolStartCharPredicate: ElemIn[Char, String]
- val Symbols: String
- val WhiteSpacePredicate: ElemIn[Char, String]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def parse(desc: String): Sexp
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )