Package org.kink_lang.kink.internal.program.ast


package org.kink_lang.kink.internal.program.ast
The parser and ASTs of programs.
  • Class
    Description
    A context binding expression.
    A var deref expression.
    An elem of vec bodies or actual args.
    An element of a vec body spreading the expression.
    An expression node of an AST of Kink program.
    A visitor of an expression.
    A fun expression.
    An attributional call expression without an explicit recv.
    A num expression.
    A parser of Kink programs.
    An attributional call expression with an explicit recv.
    A seq.
    A str expression.
    A varref expression.
    A vec expression.