Can now read back a superstructure written to a file.

This commit is contained in:
Simon Brooke 2024-04-12 15:22:46 +01:00
parent 733bc7768d
commit a0b2b93f6b
4 changed files with 237140 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load diff

View file

@ -28,8 +28,8 @@
:else
(throw (IllegalArgumentException.
(truncate (str "Not a vertex: " (or o "nil")) 80))))
"."
"-")))
#"\p{Punct}"
"_")))
(defn vertex?
"True if `o` satisfies the conditions for a vertex. That is, essentially,