chickenclisp ~master (2021-10-02T12:00:25.9584348)
Dub
Repo
Macro
orelang
expression
Macro
Undocumented in source.
class
Macro {
string
macro_name
;
string
[]
macro_args
;
Value
macro_body
;
this
(string name, string[] args, Value _body);
Value
call
(Engine engine, Value[] args);
string
toString
();
}
Constructors
this
this
(string name, string[] args, Value _body)
Undocumented in source.
Members
Functions
call
Value
call
(Engine engine, Value[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
macro_args
string
[]
macro_args
;
Undocumented in source.
macro_body
Value
macro_body
;
Undocumented in source.
macro_name
string
macro_name
;
Undocumented in source.
Meta
Source
See Implementation
orelang
expression
Macro
modules
CallOperator
ClassType
IExpression
ImmediateValue
Macro
SymbolValue