ArkScript
A small, lisp-inspired, functional scripting language
Ark::internal::ASTLowerer::Var Struct Reference
Collaboration diagram for Ark::internal::ASTLowerer::Var:
[legend]

Public Attributes

std::string name
 
std::size_t argument_count
 

Detailed Description

Definition at line 113 of file ASTLowerer.hpp.

Member Data Documentation

◆ argument_count

std::size_t Ark::internal::ASTLowerer::Var::argument_count

Definition at line 116 of file ASTLowerer.hpp.

◆ name

std::string Ark::internal::ASTLowerer::Var::name

Definition at line 115 of file ASTLowerer.hpp.


The documentation for this struct was generated from the following file: