Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
9.2.2023: Due to updates GitLab will be unavailable for some minutes between 9:00 and 11:00.
Open sidebar
badw-it
DHParser
Commits
72976d8f
Commit
72976d8f
authored
Jan 06, 2019
by
eckhart
Browse files
Version 0.8.4 finished
parent
638c0d11
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGES.txt
View file @
72976d8f
DHParser Version 0.8.4 (10.11.2018)
DHParser Version 0.8.4 (6.1.2019)
...................................
- customized resuming after parser errors! (still experimental, see
tests/test_ebnf.TestCustomizedResumeParsing as well as
tests/test_parse.TestReentryAfterError)
- error messages for parser errors can now be configured to be more
user friendly (see test/test_ebnf.TestCuratedErrors)
- lookahead parsers can now be unit-tested (experimental)
- customized (faster) deepcopy of syntax trees
- better customization of XML-serialization of syntax-trees
- support for thread-safe globals and configuration data
via toolkit-module
- development status of package raised to "4 - Beta". It's really quite
stable now, but backwards incompatible changes may still happen!
DHParser Version 0.8.3 (20.8.2018)
...
...
DHParser/versionnumber.py
View file @
72976d8f
...
...
@@ -16,4 +16,4 @@
# permissions and limitations under the License.
__all__
=
(
'__version__'
,)
__version__
=
'0.8.
3
'
# + '_dev' + str(os.stat(__file__).st_mtime)
__version__
=
'0.8.
4
'
# + '_dev' + str(os.stat(__file__).st_mtime)
setup.py
View file @
72976d8f
...
...
@@ -24,13 +24,13 @@ setup(
long_description
=
read_me
,
keywords
=
'Digital Humanities, domain specific languages, parser combinators, EBNF'
,
classifiers
=
[
'Development Status ::
3
-
Alph
a'
,
'Development Status ::
4
-
Bet
a'
,
'Intended Audience :: Developers'
,
'Environment :: Console'
,
'License :: OSI Approved :: Apache Software License'
,
'Operating System :: OS Independent'
,
'Programming Language :: Python :: 3'
,
'Programming Language :: Python :: 3.4'
,
'Programming Language :: Python :: 3.4'
,
# untested!
'Programming Language :: Python :: 3.5'
,
'Programming Language :: Python :: 3.6'
,
'Programming Language :: Python :: 3.7'
,
...
...
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