diff options
Diffstat (limited to 'libalee/alee.hpp')
-rw-r--r-- | libalee/alee.hpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libalee/alee.hpp b/libalee/alee.hpp new file mode 100644 index 0000000..7b46845 --- /dev/null +++ b/libalee/alee.hpp @@ -0,0 +1,7 @@ +#include "config.hpp" +#include "corewords.hpp" +#include "ctype.hpp" +#include "dictionary.hpp" +#include "parser.hpp" +#include "state.hpp" +#include "types.hpp" |