changelog shortlog graph tags branches files raw help

Mercurial > demo / changeset: update

changeset 44: 99d4ab4f8d53
parent 43: cc2204bc6109
tag:tip
author: Richard Westhaver <ellis@rwest.io>
date: Sun, 11 Aug 2024 01:50:18 -0400
files: examples/mbdump.lisp readme.org
description: update
     1.1--- a/examples/mbdump.lisp	Sun Jul 28 21:18:52 2024 -0400
     1.2+++ b/examples/mbdump.lisp	Sun Aug 11 01:50:18 2024 -0400
     1.3@@ -104,7 +104,7 @@
     1.4             do (write-line line out)))
     1.5     (push res *target*)))
     1.6 
     1.7-(defmain (:return *target*)
     1.8+(defmain ()
     1.9   (ensure-directories-exist *target-directory*)
    1.10   (let ((workers))
    1.11     (dolist (file (hash-table-keys *mbdump-files*) workers)
     2.1--- a/readme.org	Sun Jul 28 21:18:52 2024 -0400
     2.2+++ b/readme.org	Sun Aug 11 01:50:18 2024 -0400
     2.3@@ -1,4 +1,1 @@
     2.4 #+TITTLE: Demo
     2.5-Welcome to the Compiler Company Demo. What you will find here is a
     2.6-modular client-server software stack which can be extended and
     2.7-customized by the user at runtime.