#automata #file-format #hoa #omega-automata

hoars

A library for dealing with the HOA (Hanoi Omega Automata) file format

3 unstable releases

0.2.0 Apr 23, 2024
0.1.1 Apr 14, 2023
0.1.0 Feb 16, 2023

#16 in #automata

Download history 19/week @ 2024-02-26 32/week @ 2024-04-01 161/week @ 2024-04-22

193 downloads per month

MIT license

78KB
2K SLoC

HOArs

A parser for dealing with Hanoi Omega-Automata (HOA) file format, which is described in more detail here. At the moment, we can only parse HOA files, support for writing them will be added later.

Changelog

0.1.1 (230414)

Added lots and lots of documentation, some helper methods and introduced a method for converting label expressions to DNF, which in turn allows to use them as symbols for an automaton.

0.1 (230216)

First release 0.1 version, probably buggy as hell.


lib.rs:

This crate provides a parser for the HOA format.

Dependencies

~5.5MB
~92K SLoC