Implement NTH.
[muddle-interpreter.git] / doc / ROADMAP.md
index 296efed69d71729b5a27cdb2d18e4e3a6cf61c1d..d4e961fde704273c0b09932dc2a4ef0c47f37735 100644 (file)
@@ -4,6 +4,7 @@ Roughly dependency-ordered todo list:
 * [ ] *PROCESS/MCALL*
 * [ ] EVAL; initial interpreter and REPL
 * [ ] atoms, global bindings, normal FUNCTIONs
+* [ ] unit test script prerequisites (assertions, type introspection...)
 * [ ] *GC*
 * [ ] local bindings
 * [ ] control flow
@@ -26,3 +27,21 @@ Roughly dependency-ordered todo list:
 * [ ] DECL TEMPLATEs?
 * [ ] optimizing AOT compiler?
 * [ ] heapstacks?
+
+# License
+
+Copyright (C) 2018 Keziah Wesley
+
+You can redistribute and/or modify this file under the terms of the
+GNU Affero General Public License as published by the Free Software
+Foundation, either version 3 of the License, or (at your option) any
+later version.
+
+This file is distributed in the hope that it will be useful, but
+WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public
+License along with this file. If not, see
+<http://www.gnu.org/licenses/>.