Skip to content

Commit 85c2195

Browse files
Added HOA format
1 parent a1c4c8f commit 85c2195

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/registry.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -556,3 +556,6 @@ add_format(format"BIB", (), [".bib"], [:Bibliography => UUID("f1be7e48-bf82-45af
556556

557557
# sparse matrices
558558
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

Comments
 (0)