spl

a Simple Programming Language
Log | Files | Refs

commit 43fba74f8d16e650e539b121d467686e37f12174
parent 6374c152817207b11bfcdddd8c1b8e816eee8553
Author: thing1 <thing1@seacrossedlovers.xyz>
Date:   Thu, 18 Dec 2025 22:47:09 +0000

removed swp file

Diffstat:
M.gitignore | 1+
D.maps.h.swp | 0
2 files changed, 1 insertion(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -1,4 +1,5 @@ *.o +*.swp spl rt/*.o rt/*.test diff --git a/.maps.h.swp b/.maps.h.swp Binary files differ.