Plot Script
|
#include "token.hpp"
Go to the source code of this file.
Classes | |
class | Atom |
A variant type that may be a Number or Symbol or the default type None. More... | |
Functions | |
bool | operator!= (const Atom &left, const Atom &right) noexcept |
inequality comparison for Atom More... | |
std::ostream & | operator<< (std::ostream &out, const Atom &a) |
output stream rendering More... | |
Defines the Atom type and associated functions.
std::ostream& operator<< | ( | std::ostream & | out, |
const Atom & | a | ||
) |
output stream rendering