Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Algorithms Library Toolkit Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Container registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Algorithms Library Toolkit
Algorithms Library Toolkit Core
Commits
917e457f
Commit
917e457f
authored
9 years ago
by
Tomáš Pecka
Browse files
Options
Downloads
Patches
Plain Diff
README.md
parent
adae0d3e
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
LICENSE
+1
-0
1 addition, 0 deletions
LICENSE
README.md
+57
-18
57 additions, 18 deletions
README.md
docs/logo.png
+0
-0
0 additions, 0 deletions
docs/logo.png
with
58 additions
and
18 deletions
LICENSE
0 → 100644
+
1
−
0
View file @
917e457f
TODO
This diff is collapsed.
Click to expand it.
README.md
+
57
−
18
View file @
917e457f
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
This diff is collapsed.
Click to expand it.
docs/logo.png
0 → 100644
+
0
−
0
View file @
917e457f
13 KiB
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment