Skip to content

Commit

Permalink
Merge pull request #337 from VeriFIT/remove_afa
Browse files Browse the repository at this point in the history
Remove AFA implementation
  • Loading branch information
Adda0 authored Sep 27, 2023
2 parents 5331c53 + f7e8a86 commit 7831cdc
Show file tree
Hide file tree
Showing 11 changed files with 6 additions and 2,886 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
[![Python-Binding (build-&-test)](https://github.com/VeriFIT/mata/actions/workflows/python-binding.yml/badge.svg?branch=devel)](https://github.com/VeriFIT/mata/actions/workflows/python-binding.yml)
[![codecov](https://codecov.io/gh/VeriFIT/mata/branch/devel/graph/badge.svg?token=9VAVD19N4D)](https://codecov.io/gh/VeriFIT/mata)

Mata is an open source automata library that offers interface for different kinds of automata (NFA,
AFA, etc.). Currently, Mata offers two interfaces:
Mata is an open source automata library that offers interface for different kinds of automata (NFA, etc.). Currently, Mata offers two interfaces:

1. An efficient library implemented in C/C++
2. A flexible wrapper implemented in Python that uses the efficient library
Expand Down
11 changes: 0 additions & 11 deletions doc/afa.rst

This file was deleted.

1 change: 0 additions & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ Welcome to automata-library's documentation!
introduction
overview
nfa
afa


Indices and tables
Expand Down
2 changes: 0 additions & 2 deletions doc/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,3 @@ Supported Classes of Automata
-----------------------------

.. doxygenstruct:: mata::nfa::Nfa

.. doxygenstruct:: mata::afa::Afa
46 changes: 0 additions & 46 deletions examples/example05-parsing-afa.cc

This file was deleted.

Loading

0 comments on commit 7831cdc

Please sign in to comment.