Initial commit

master
sortai 2021-09-12 15:58:32 +00:00
commit e04356a92d
2 changed files with 39 additions and 0 deletions

34
.gitignore vendored 100644
View File

@ -0,0 +1,34 @@
# ---> C++
# Prerequisites
*.d
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app

5
README.md 100644
View File

@ -0,0 +1,5 @@
# LISP_in_templates
an extremely simple pure lisp built in c++ templates
it is bodged together and more of a proof of concept than anything
it hasn't been properly tested