module FayrantLang

Included Modules

Defined in:

ast/expression.cr
ast/statement.cr
exceptions.cr
interpreter/context.cr
parser/lexer.cr
parser/parser.cr
parser/token.cr
value.cr

Instance methods inherited from module FayrantLang::AST

exec_body(body : Array(Statement), ctx : Context) : Tuple(ExecResult, AnyValue) exec_body, none_result none_result