Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
fja
eval
Commits
bb49da64
Commit
bb49da64
authored
Jan 06, 2021
by
Vladimír Štill
Browse files
Add a README
parent
6c61e106
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
0 → 100644
View file @
bb49da64
# Evaluation Tools for Formal Languages and Grammars
Primarily for use at
[
Faculty of Informatics, Masaryk University
](
www.fi.muni.cz
)
.
This work includes:
-
Library of representations and algorithms for different classes of languages.
-
*Regular Languages*
(using regular grammars, and both deterministic and
nondeterministic finite automata, and regular expressions).
-
*Context-Free Languages*
(using contex-free grammars).
-
Compact text representation of these formalisms and parsers for them.
-
Driver for automatic evaluation of IS questionnaires with for construction of
these formalisms.
-
A web tool for comparison of regular languages.
## Technical Details
The project is written mainly in Python 3 (≥ 3.7).
-
Dependencies: Python (≥ 3.7),
`python-antlr4`
-
Optional dependencies:
-
testing: make,
`pytest`
,
`mypy`
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment