Skip to content
Snippets Groups Projects
Commit 49a3ca04 authored by Jan Trávníček's avatar Jan Trávníček
Browse files

formating

parent b8a4a6bf
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ What is it?
The automata (algorithm) library toolkit (ALT) is a mathematical implementation
of various types of automata, grammars, and other common structires along
with mathematical implementation of algorithms over these structures.
Originaly developed on Faculty of Information Technology of Czech Technical
Originaly developed at Faculty of Information Technology of Czech Technical
University in Prague. It supposed to be a reference implementation of formal
algorithms as-are in papers, hence allowing practical reuse of existing
algorithms in form of by pipe comunicating tools.
......@@ -50,3 +50,8 @@ for bug reporting at ??
 
o If you want to participate in actively developing ALT please
subscribe to the `??' mailing list as described at ??
Authors
-------
......@@ -5,18 +5,18 @@ BINFOLDER = bin
CORE_LIB = alib2data
SUBDIRS_LIBS = alib2algo
SUBDIRS_BINS = acat2 \
aconversions2 \
aconvert2 \
aderivation2 \
adeterminize2 \
adiff2 \
aepsilon2 \
aintegral2 \
aminimize2 \
anormalize2 \
arand2 \
astat2 \
atrim2 \
aconversions2 \
aconvert2 \
aderivation2 \
adeterminize2 \
adiff2 \
aepsilon2 \
aintegral2 \
aminimize2 \
anormalize2 \
arand2 \
astat2 \
atrim2 \
 
SUBDIRS_WITH_MAKE = $(dir $(wildcard */makefile))
 
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment