Working on bug #15

https://todo.sr.ht/~sforman/thun-der/15
This commit is contained in:
Simon Forman
2021-11-28 13:41:19 -08:00
parent 4ed8ccc07d
commit 89550cdd5f
2 changed files with 227 additions and 4 deletions
+3 -3
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)
#