birth: Remove remaining Gibble references

Some of them snuck through.

Gibble is still a goal.  It really is fascinating how projects like these
evolve...as a complete distraction from my original goals.

* bootstrap/birth.scm: s/GIBBLE/REBIRTH/.
* bootstrap/libprebirth.js: Likewise.  Also s/Gibble/Ulambda/.
master
Mike Gerwitz 2018-09-11 20:20:48 -04:00
parent 84345fab58
commit 34518e1532
Signed by: mikegerwitz
GPG Key ID: 8C917B7F5DC51BA2
2 changed files with 6 additions and 6 deletions

View File

@ -17,7 +17,7 @@
;;; You should have received a copy of the GNU Affero General Public License
;;; along with this program. If not, see <http://www.gnu.org/licenses/>.
;;;
;;; THIS IS TEMPORARY CODE that will be REWRITTEN IN GIBBLE LISP ITSELF
;;; THIS IS TEMPORARY CODE that will be REWRITTEN IN REBIRTH LISP ITSELF
;;; after a very basic bootstrap is complete. It is retained as an
;;; important artifact for those who wish to build Ulambda Scheme from
;;; scratch without using another version of Ulambda itself. This is called

View File

@ -3,9 +3,9 @@
*
* Copyright (C) 2017 Mike Gerwitz
*
* This file is part of Gibble.
* This file is part of Ulambda Scheme.
*
* Gibble is free software: you can redistribute it and/or modify
* Ulambda Scheme is free software: you can redistribute it and/or modify
* it 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.
@ -18,10 +18,10 @@
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* THIS IS TEMPORARY CODE that will be REWRITTEN IN GIBBLE LISP ITSELF after
* THIS IS TEMPORARY CODE that will be REWRITTEN IN REBIRTH LISP ITSELF after
* a very basic bootstrap is complete. It is retained as an important
* artifact for those who wish to build Gibble from scratch without using
* another version of Gibble itself. This is called "self-hosting".
* artifact for those who wish to build Ulambda Scheme from scratch without
* using another version of Ulambda itself. This is called "self-hosting".
*
* For the actual Prebirth compiler before self-hosting, see `prebirth.js'
* in the same directory as this file.