diff options
Diffstat (limited to 'src/spell-convert/main.cpp')
-rw-r--r-- | src/spell-convert/main.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/spell-convert/main.cpp b/src/spell-convert/main.cpp new file mode 100644 index 0000000..a6f0d76 --- /dev/null +++ b/src/spell-convert/main.cpp @@ -0,0 +1,7 @@ +#include "src/spell-convert/lexer.hpp" +#include "src/spell-convert/parser.hpp" + +int main() +{ + spell_converterparse(); +} |