updated directory structure
authorMart Lubbers <mart@martlubbers.net>
Wed, 2 Mar 2016 16:19:13 +0000 (17:19 +0100)
committerMart Lubbers <mart@martlubbers.net>
Wed, 2 Mar 2016 16:19:13 +0000 (17:19 +0100)
17 files changed:
.gitignore [moved from src/.gitignore with 100% similarity]
LICENCE [moved from src/LICENCE with 100% similarity]
LICENSE [deleted file]
Makefile [moved from src/Makefile with 100% similarity]
README.md [moved from src/README.md with 100% similarity]
envs/envs.linux64 [moved from src/envs/envs.linux64 with 100% similarity]
envs/envs.mac [moved from src/envs/envs.mac with 100% similarity]
examples/example.spl [moved from src/examples/example.spl with 100% similarity]
grammar/grammar.txt [moved from src/grammar/grammar.txt with 100% similarity]
lex.dcl [moved from src/lex.dcl with 100% similarity]
lex.icl [moved from src/lex.icl with 100% similarity]
parse.dcl [moved from src/parse.dcl with 100% similarity]
parse.icl [moved from src/parse.icl with 100% similarity]
spl.icl [moved from src/spl.icl with 100% similarity]
spl.prj [moved from src/spl.prj with 100% similarity]
yard.dcl [moved from src/yard.dcl with 100% similarity]
yard.icl [moved from src/yard.icl with 100% similarity]

similarity index 100%
rename from src/.gitignore
rename to .gitignore
similarity index 100%
rename from src/LICENCE
rename to LICENCE
diff --git a/LICENSE b/LICENSE
deleted file mode 100644 (file)
index 844db45..0000000
--- a/LICENSE
+++ /dev/null
@@ -1,21 +0,0 @@
-The MIT License (MIT)
-
-Copyright (c) 2016 dopefishh
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
similarity index 100%
rename from src/Makefile
rename to Makefile
similarity index 100%
rename from src/README.md
rename to README.md
similarity index 100%
rename from src/envs/envs.linux64
rename to envs/envs.linux64
similarity index 100%
rename from src/envs/envs.mac
rename to envs/envs.mac
similarity index 100%
rename from src/grammar/grammar.txt
rename to grammar/grammar.txt
similarity index 100%
rename from src/lex.dcl
rename to lex.dcl
similarity index 100%
rename from src/lex.icl
rename to lex.icl
similarity index 100%
rename from src/parse.dcl
rename to parse.dcl
similarity index 100%
rename from src/parse.icl
rename to parse.icl
similarity index 100%
rename from src/spl.icl
rename to spl.icl
similarity index 100%
rename from src/spl.prj
rename to spl.prj
similarity index 100%
rename from src/yard.dcl
rename to yard.dcl
similarity index 100%
rename from src/yard.icl
rename to yard.icl