Skip to main content
CrystalDocs

    Browse DocsCrystalShardsAbout

    github.com/lit-lang/lit

    0.3.0

    Types

    • Lit
      • Callable
      • Environment
        • Binding
      • ErrorReporter
      • ExitCode
      • Expr
        • ArrayLiteral
        • Assign
        • Binary
        • Block
        • Break
        • Call
        • Function
        • Get
        • Grouping
        • If
        • Import
        • Literal
        • Logical
        • Loop
        • MapLiteral
        • Match
        • Next
        • Return
        • Self
        • Set
        • StringInterpolation
        • Unary
        • Var
        • Variable
        • Visitor
        • While
      • Function
      • Instance
      • Interpreter
        • Break
        • Exit
        • Next
        • Return
      • Lit
      • LitArray
      • LitFloat
      • LitInteger
      • LitMap
      • LitString
      • Native
        • Fn
      • Parser
        • ParserError
      • REPL
      • Resolver
        • FunctionType
        • TypeType
      • RuntimeError
      • Scanner
      • Stdlib
        • Native
      • Stmt
        • Expression
        • Function
        • Type
        • Visitor
      • Text
      • Token
      • TokenType
      • Type
      • Uninitialized
      • Value
    class

    Lit::Expr

    Inherits Reference / Object

    Instance methods

    accept(visitor : Visitor)
    Source

    Nested types

    • Lit::Expr::ArrayLiteral
    • Lit::Expr::Assign
    • Lit::Expr::Binary
    • Lit::Expr::Block
    • Lit::Expr::Break
    • Lit::Expr::Call
    • Lit::Expr::Function
    • Lit::Expr::Get
    • Lit::Expr::Grouping
    • Lit::Expr::If
    • Lit::Expr::Import
    • Lit::Expr::Literal
    • Lit::Expr::Logical
    • Lit::Expr::Loop
    • Lit::Expr::MapLiteral
    • Lit::Expr::Match
    • Lit::Expr::Next
    • Lit::Expr::Return
    • Lit::Expr::Self
    • Lit::Expr::Set
    • Lit::Expr::StringInterpolation
    • Lit::Expr::Unary
    • Lit::Expr::Var
    • Lit::Expr::Variable
    • Lit::Expr::Visitor(T)
    • Lit::Expr::While

    CrystalDocs.org - Crystal Shard Documentation Hosting

    GitHubCrystalShardsCrystal Language