commit b52397dae0678e17599f176953d6b3c1cd782ae5 Author: ProgramSnail Date: Fri Mar 24 06:18:55 2023 +0000 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e83f82e --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +# ---> CMake +CMakeLists.txt.user +CMakeCache.txt +CMakeFiles +CMakeScripts +Testing +Makefile +cmake_install.cmake +install_manifest.txt +compile_commands.json +CTestTestfile.cmake +_deps + diff --git a/README.md b/README.md new file mode 100644 index 0000000..3ba44a4 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# lang-interpreter +