bundle standard aql library
- Create a simple aql script defining functions and procedures for standard usecases like "toMinimalDFA", "compareRegExps"
-
Install this aql script somewhere inside
/usr
, probably/usr/lib/algorithms-library
-
Load this script in
aql2.cpp
-
Replace algorithms like
regexp::::ToAutomaton
which only wraps some default algos likeToAutomatonGliushkov
with these functions when #222 (closed) done
- How to do this? We wanted to make
automaton::::Trim
a function from stdlib but we use it quite exstensively in tests. I think this is a problem of tests (our unit tests are not unit tests per se)
- How to bundle with webui? Move from aql to alib2cli?
Perhaps we can create more aql files, not just one.