Skip to content
Snippets Groups Projects
Commit 917e457f authored by Tomáš Pecka's avatar Tomáš Pecka
Browse files

README.md

parent adae0d3e
Branches
Tags
No related merge requests found
TODO
Automata (Algorithms) Library Toolkit Automata (Algorithms) Library Toolkit
===================================== =====================================
   
![automaton][logo]
   
What is it? What is it?
----------- -----------
The automata (algorithm) library toolkit (ALT) is a mathematical implementation The automata (algorithm) library toolkit (ALT) is a mathematical implementation
of various types of automata, grammars, and other common structires along of various types of automata, grammars, and other common structires along
with mathematical implementation of algorithms over these structures. with mathematical implementation of algorithms over these structures.
...@@ -14,49 +13,89 @@ University in Prague. It supposed to be a reference implementation of formal ...@@ -14,49 +13,89 @@ University in Prague. It supposed to be a reference implementation of formal
algorithms as-are in papers, hence allowing practical reuse of existing algorithms as-are in papers, hence allowing practical reuse of existing
algorithms in form of by pipe comunicating tools. algorithms in form of by pipe comunicating tools.
   
The Latest Version The Latest Version
------------------ ------------------
Details of the latest version can be found visitng our [gitlab project page][1].
Requirements
------------
Project is pure C++ builded by makefile. Some tests are handled by
shell scripts.
* `make >= 3.9`
* `g++ >= 4.8` or `clang++ >= 3.5`
* `binutils-dev`
* `libiberty-dev`
* `libcppunit-dev`
* `libtclap-dev`
* `doxygen` (optional for documentation generation)
* `graphviz` (optional for documentation generation and automata
visualizations)
Installation
------------
1. Clone the repo: `git clone` or download sources of [stable release][3]
and extract it.
2. Change directory and compile: `cd automata-library` and `make`.
3. Run :)
* *Optional step:* Generate documentation by executing `make doc`.
   
Details of the latest version can be found on the project page on our [gitlab][1].
   
Documentation Documentation
------------- -------------
Developer documentation is available for generation using makefile (requires
`doxygen`) and will be attached in release packages.
   
The documentation will be available in each release as HTML format for
data and algo libraries in doc/ directory.
   
Installation Contributing
------------ ------------
Feel free to [fork][4] this project and send your merge requests there.
Developers
----------
The formatting of the code in ALT is defined by *uncrustify* configuration file
and *clang-format* configuration file in cooperation (both had some
side-effects). Every developer contributing to the project shall format the
code before making the commit. Pre-commit hook and both configuration
files are present in the repository.
   
Project is pure c++ builded by makefile. Minimal version of make is 3.9 Please install `uncrustify` and `clang-format`. Then move/copy `.pre-commit`
and of g++ is 4.8. Dependencies include binutils-dev libiberty-dev libcppunit-dev libtclap-dev. file to `.git/hooks/pre-commit`.
Vim configuration for this project is available in `.lvimrc` file and
[localvimrc][2] Vim extension is used to load this file.
   
Vim configuration is available in .lvimrc file and [localvimrc][2] is used to load this file.
   
Licensing Licensing
--------- ---------
Please see LICENSE file.
   
TODO
   
Contacts Contacts
-------- --------
* If you want to be informed about new code releases, bug fixes,
o If you want to be informed about new code releases, bug fixes,
security fixes, general news and information about the ALT security fixes, general news and information about the ALT
subscribe to the ?? mailing list as described under ?? subscribe to the ?? mailing list as described under ??
* If you want freely available support for running ALT please see the
o If you want freely available support for running ALT please see the
resources at ?? resources at ??
* If you have a concrete bug report for ALT please see the instructions
o If you have a concrete bug report for ALT please see the instructions
for bug reporting at ?? for bug reporting at ??
* If you want to participate in actively developing ALT please
o If you want to participate in actively developing ALT please
subscribe to the ?? mailing list as described at ?? subscribe to the ?? mailing list as described at ??
   
Authors Authors
------- -------
* Author 1
* Author 2
   
   
[1]: https://gitlab.fit.cvut.cz/travnja3/automata-library. [1]: https://gitlab.fit.cvut.cz/travnja3/automata-library.
[2]: http://www.vim.org/scripts/script.php?script_id=441 [2]: http://www.vim.org/scripts/script.php?script_id=441
[3]: https://gitlab.fit.cvut.cz/travnja3/automata-library/tags
[4]: https://gitlab.fit.cvut.cz/travnja3/automata-library/fork/new
[logo]: docs/logo.png
docs/logo.png

13 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment