Skip to content

Commit 0c0c853

Browse files
Added also BA format
1 parent 85c2195 commit 0c0c853

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/registry.jl

+7
Original file line numberDiff line numberDiff line change
@@ -559,3 +559,10 @@ add_format(format"SMS", (), ".sms", [:SpaSM => UUID("017bf598-072c-475c-a75e-c3e
559559

560560
# Hanoi Omega-Automata. Header is "HOA:"
561561
add_format(format"HOA", UInt8[0x48,0x4f,0x41,0x3a], ".hoa", [:Buchi => UUID("484f28d2-1a9e-4e02-bb9b-910131567e8f")])
562+
563+
# BA "Buchi Automata" format, see https://languageinclusion.org/doku.php?id=tools#the_ba_format, used by
564+
# FORKLIST https://github.com/Mazzocchi/FORKLIFT
565+
# RABIT https://languageinclusion.org/doku.php?id=tools
566+
# GOAL http://goal.im.ntu.edu.tw/wiki/doku.php
567+
# ROLL https://iscasmc.ios.ac.cn/roll/doku.php?id=start
568+
add_format(format"BA", (), ".ba", [:Buchi => UUID("484f28d2-1a9e-4e02-bb9b-910131567e8f")])

0 commit comments

Comments
 (0)