#include <parser-classes.hpp>
Inheritance diagram for n_arglist:
Public Member Functions | |
n_arglist (const n_arg *, const n_arglist *) | |
Public Attributes | |
std::vector< c_term * > | terms |
|
Constructor taking the car and cdr of a linked list of arguments/elements. |
|
The list of arguments/elements in the list from this point. |