Clean up Zipper notebook.

This commit is contained in:
Simon Forman 2021-11-28 15:39:24 -08:00
parent 5d856bf444
commit fcd4c613e4
2 changed files with 53 additions and 876 deletions

File diff suppressed because it is too large Load Diff

View File

@ -201,9 +201,9 @@ class Def(object):
if line.lstrip().startswith('#'):
continue
name, body = text_to_expression(line)
## if name not in dictionary:
## inscribe(class_(name, body), dictionary)
inscribe(class_(name, body), dictionary)
if name not in dictionary:
inscribe(class_(name, body), dictionary)
## inscribe(class_(name, body), dictionary)
#