Package

csexp

AST

Permalink

package AST

Visibility
  1. Public
  2. All

Type Members

  1. case class SAtom(bytes: Array[Byte]) extends SExpr with Product with Serializable

    Permalink

    AST node representing an atom.

  2. sealed trait SExpr extends AnyRef

    Permalink

    AST node for a canonical S-expression.

  3. case class SList(elements: SExpr*) extends SExpr with Product with Serializable

    Permalink

    AST node representing a list of s-expressions.

Ungrouped