glue/glue_syntactic.cpp File Reference
#include <basix/int.hpp>
#include <basix/vector.hpp>
#include <basix/port.hpp>
#include <basix/literal.hpp>
#include <basix/compound.hpp>
#include <basix/mmx_syntax.hpp>
#include <basix/lisp_syntax.hpp>
#include <basix/cpp_syntax.hpp>
#include <basix/syntactic.hpp>
#include <basix/tuple.hpp>
#include <basix/glue.hpp>
Go to the source code of this file.
Namespaces
Defines
Functions
- static bool GLUE_1 (const generic &arg_1)
- static double GLUE_2 (const int &arg_1)
- static generic GLUE_3 (const syntactic &arg_1)
- static string GLUE_4 (const syntactic &arg_1)
- static table< generic, generic > GLUE_5 (const generic &arg_1)
- static syntactic GLUE_6 (const syntactic &arg_1)
- static syntactic GLUE_7 (const syntactic &arg_1, const syntactic &arg_2)
- static syntactic GLUE_8 (const syntactic &arg_1, const syntactic &arg_2, const syntactic &arg_3)
- static syntactic GLUE_9 (const syntactic &arg_1)
- static syntactic GLUE_10 (const syntactic &arg_1)
- static syntactic GLUE_11 (const syntactic &arg_1, const syntactic &arg_2)
- static syntactic GLUE_12 (const syntactic &arg_1, const syntactic &arg_2)
- static syntactic GLUE_13 (const syntactic &arg_1, const syntactic &arg_2)
- static syntactic GLUE_14 (const syntactic &arg_1, const syntactic &arg_2)
- static syntactic GLUE_15 (const syntactic &arg_1, const syntactic &arg_2)
- static bool GLUE_16 (const bool &arg_1)
- static syntactic GLUE_17 (const tuple< syntactic > &arg_1)
- static syntactic GLUE_18 (const tuple< syntactic > &arg_1)
- static bool GLUE_19 (const syntactic &arg_1, const syntactic &arg_2)
- static bool GLUE_20 (const syntactic &arg_1, const syntactic &arg_2)
- static bool GLUE_21 (const syntactic &arg_1, const syntactic &arg_2)
- static bool GLUE_22 (const syntactic &arg_1, const syntactic &arg_2)
- void glue_syntactic ()
Define Documentation
| #define compound_arguments |
( |
x |
|
) |
cdr (as_vector (x)) |
| #define gen_compound_apply |
( |
f, |
|
|
v |
|
) |
gen (as<generic> (f), v) |
| #define gen_literal_access |
( |
f, |
|
|
v |
|
) |
access (as<generic> (f), v) |
| #define gen_literal_apply |
( |
f, |
|
|
v |
|
) |
gen (as<generic> (f), v) |
| #define int_literal |
( |
x |
|
) |
as_int (as_string (x)) |
| #define is_generic_compound is<compound> |
| #define is_generic_literal is<literal> |