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
52ec170b
Commit
52ec170b
authored
Jun 08, 2021
by
Vladimír Štill
Browse files
fja_checker: Drop .parser from imports
parent
3d73847f
Changes
1
Hide whitespace changes
Inline
Side-by-side
fja_checker/__main__.py
View file @
52ec170b
import
lib.reg
as
reg
import
lib.cfl
as
cfl
from
lib.parsing
.parser
import
Parser
,
ParsingError
from
lib.parsing
import
Parser
,
ParsingError
from
lib.checker
import
get_task
,
dfa_transform
,
nfa_transform
,
check_task
,
check_empty
,
check_alphabets
,
exit_correct
,
exit_incorrect
import
sys
import
signal
...
...
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