Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
badw-it
DHParser
Commits
3663e8ae
Commit
3663e8ae
authored
Feb 18, 2019
by
eckhart
Browse files
- MLWCompiler.py: bugfix: use '.' for this dir instead of ''
parent
8ac2521f
Changes
15
Hide whitespace changes
Inline
Side-by-side
DevScripts/test_stringview_performance.py
View file @
3663e8ae
#!/usr/bin/python
#!/usr/bin/python
3
import
sys
...
...
dhparser.py
View file @
3663e8ae
#!/usr/bin/python
#!/usr/bin/python
3
"""dhparser.py - command line tool for DHParser
...
...
examples/Arithmetic/ArithmeticCompiler.py
View file @
3663e8ae
#!/usr/bin/python
#!/usr/bin/python
3
#######################################################################
#
...
...
examples/Arithmetic_old/ArithmeticCompiler.py
View file @
3663e8ae
#!/usr/bin/python
#!/usr/bin/python
3
#######################################################################
#
...
...
examples/BibTeX/BibTeXCompiler.py
View file @
3663e8ae
#!/usr/bin/python
#!/usr/bin/python
3
#######################################################################
#
...
...
examples/EBNF/EBNFCompiler.py
View file @
3663e8ae
#!/usr/bin/python
#!/usr/bin/python
3
#######################################################################
#
...
...
examples/LaTeX/LaTeXCompiler.py
View file @
3663e8ae
#!/usr/bin/python
#!/usr/bin/python
3
#######################################################################
#
...
...
examples/Tutorial/LyrikCompiler_example.py
View file @
3663e8ae
#!/usr/bin/python
#!/usr/bin/python
3
#######################################################################
#
...
...
examples/XML/XMLCompiler.py
View file @
3663e8ae
#!/usr/bin/python
#!/usr/bin/python
3
#######################################################################
#
...
...
examples/XMLSnippet/XMLSnippetCompiler.py
View file @
3663e8ae
#!/usr/bin/python
#!/usr/bin/python
3
#######################################################################
#
...
...
examples/check_examples.py
View file @
3663e8ae
#!/usr/bin/python
#!/usr/bin/python
3
"""Goes through all examples and runs any tst_*.py or recompile_grammar.py
scripts"""
...
...
test/re_slow_testcase.py
View file @
3663e8ae
#!/usr/bin/python
#!/usr/bin/python
3
"""This testcase exposes a performance bug in the `re`-module of
the python standard-library:
...
...
test/run.py
View file @
3663e8ae
#!/usr/bin/python
#!/usr/bin/python
3
"""Runs the dhparser test-suite with several installed interpreters"""
...
...
test/test_dhparser.py
View file @
3663e8ae
#!/usr/bin/python
#!/usr/bin/python
3
"""test_dhparser.py - tests of the dhparser.py command line tool
...
...
test/test_dsl.py
View file @
3663e8ae
#!/usr/bin/python
#!/usr/bin/python
3
"""test_dsl.py - tests of the dsl-module of DHParser
...
...
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