X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=doc%2FROADMAP.md;h=d4e961fde704273c0b09932dc2a4ef0c47f37735;hb=58a5ffdfec139a0c9d399f603b77a764ae8607f7;hp=296efed69d71729b5a27cdb2d18e4e3a6cf61c1d;hpb=8d55156675587a770c5654362bcbd3d2a98e4aa9;p=muddle-interpreter.git diff --git a/doc/ROADMAP.md b/doc/ROADMAP.md index 296efed..d4e961f 100644 --- a/doc/ROADMAP.md +++ b/doc/ROADMAP.md @@ -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 +.