diff --git a/utils/cp_to_mlisp.sh b/utils/cp_to_mlisp.sh new file mode 100644 index 0000000..1e1aa8f --- /dev/null +++ b/utils/cp_to_mlisp.sh @@ -0,0 +1,23 @@ + + +cp \ +csvreader.h \ +csvreader.cpp \ +exception.h \ +exception.cpp \ +lexer.h \ +lexer.cpp \ +parser.h \ +settings.h \ +settings.cpp \ +usql.h \ +usql.cpp \ +usql_dml.cpp \ +usql_ddl.cpp \ +row.h \ +row.cpp \ +parser.cpp \ +table.h \ +table.cpp \ +index.h \ +../mlisp/usql \ No newline at end of file