We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1c4c8f commit 85c2195Copy full SHA for 85c2195
src/registry.jl
@@ -556,3 +556,6 @@ add_format(format"BIB", (), [".bib"], [:Bibliography => UUID("f1be7e48-bf82-45af
556
557
# sparse matrices
558
add_format(format"SMS", (), ".sms", [:SpaSM => UUID("017bf598-072c-475c-a75e-c3e68736ce70")])
559
+
560
+# Hanoi Omega-Automata. Header is "HOA:"
561
+add_format(format"HOA", UInt8[0x48,0x4f,0x41,0x3a], ".hoa", [:Buchi => UUID("484f28d2-1a9e-4e02-bb9b-910131567e8f")])
0 commit comments