ulambda/build-aux/bootstrap
Mike Gerwitz b9f8e24ec2
Bootstrap: Integrate Rebirth
This bootstraps up to the final Rebirth generation.  I had been doing this
manually from the command line for far too long.

This also includes an ASCII Ulambda logo.

* README.md: Add Ulabmda logo
* build-aux/bootstrap/Bootstrap.js:
  (bootstrap): Extract majority of existing code into separate methods.
    Add invocation of `_rebirth'.
  (_birth): Extracted from `bootstrap'.  Extracted compiler function
    creation into separate method `_makeCompiler'.  Extract self-
    verification into `_verifyBirthOutput'.
  (_verifyBirthOutput, _makeCompiler): Extracted from `_birth'/`bootstrap'.
  (_rebirth, _compileRebirth): New methods.
  (_loadPath)[desc]: Default param value to empty string.
  (_strmap)[header]: Change logo.
    [loadingf]: Account for optional empty `desc'.
    [prebirthDesc, birthCompiled, birthVerifyOk]: Prefix with "+".
    [prebirthComplete]: Remove prefix "[prebirth]".
    [birthSelfCompiling, birthVerify]: Remove prefix "[birth]".
    [rebirthCompiling, rebirthCompiled, rebirthDone]: New keys.
    [ok]: Update to indicate that bootstrapping isn't complete yet.
  (_supmap): New field.
2018-08-10 23:22:14 -04:00
..
rebirth Gibble=>Ulambda Scheme 2018-02-08 23:40:00 -05:00
Bootstrap.js Bootstrap: Integrate Rebirth 2018-08-10 23:22:14 -04:00
birth.scm Gibble=>Ulambda Scheme 2018-02-08 23:40:00 -05:00
libprebirth.js prebirth, birth, rebirth: Consistently use "es" instead of "js" 2017-12-12 01:03:37 -05:00
prebirth.js Gibble=>Ulambda Scheme 2018-02-08 23:40:00 -05:00
rebirth.scm rebirth: Kluge to expose procedures to macros 2018-04-04 01:22:56 -04:00