Admin message
2026-04-29
: Due to updates GitLab may be unavailable for some minutes between 13:00 and 16:00.
Commits · master
DHParser
Browse files
Apr 20, 2026
Cython compatibility restored
· f993aed0
eckhart
authored
Apr 20, 2026
View commits for tag v1.9.6
v1.9.6
f993aed0
bugfixes
· d279888c
eckhart
authored
Apr 20, 2026
d279888c
updates from full_LR branch
· b486e9cd
eckhart
authored
Apr 20, 2026
b486e9cd
toolkit.py: added initializer for setting sys.path to the InterpreterPoolExecutor-instantiation
· 598da36a
eckhart
authored
Apr 20, 2026
598da36a
typo
· a147acc4
eckhart
authored
Apr 20, 2026
a147acc4
Merge remote-tracking branch 'origin/development' into development
· 9d4ed039
eckhart
authored
Apr 20, 2026
9d4ed039
ebnf.py: typo-bug
· cf36ce0f
eckhart
authored
Apr 20, 2026
cf36ce0f
ebnf.py: typo-bug
· c00e98fb
eckhart
authored
Apr 20, 2026
c00e98fb
ebnf.py: typo-bug
· 325b4d9a
eckhart
authored
Apr 20, 2026
325b4d9a
ebnf.py: typo-bug
· 0b3e3268
eckhart
authored
Apr 20, 2026
0b3e3268
toolkit.py: get_piped_data() for non-blocking access
· 6e6bd8e5
eckhart
authored
Apr 20, 2026
6e6bd8e5
Apr 19, 2026
transform: allow "Set[str] | str" type parameter (Cython-compatibility!)
· f3c40acf
eckhart
authored
Apr 19, 2026
f3c40acf
Apr 18, 2026
toolkit.py: issubclass now works with tuples and more complex types as arguments
· ff1c46b1
eckhart
authored
Apr 18, 2026
ff1c46b1
toolkit.py: issubclass now works with tuples and more complex types as arguments
· 6879b06f
eckhart
authored
Apr 18, 2026
6879b06f
wip
· 2b17806f
eckhart
authored
Apr 18, 2026
2b17806f
Apr 17, 2026
work on cython compatibility
· fe46497a
eckhart
authored
Apr 17, 2026
fe46497a
reverted change of Forward Parser
· cd5e518c
eckhart
authored
Apr 17, 2026
cd5e518c
added parse_forward_old.py DHParser-dir
· ae769ffb
eckhart
authored
Apr 17, 2026
ae769ffb
Apr 16, 2026
parse.py: fix reversed history bug
· 8e78db21
eckhart
authored
Apr 16, 2026
8e78db21
pyproject.toml corrected
· 1b4df9de
eckhart
authored
Apr 16, 2026
1b4df9de
Merge branch 'development'
· 6d02c720
eckhart
authored
Apr 16, 2026
6d02c720
Version 1.9.5
· 0c514b9b
eckhart
authored
Apr 16, 2026
0c514b9b
bugfix DHParser-path not found in various test-files
· 031d7560
eckhart
authored
Apr 16, 2026
031d7560
Merge branch 'refactor-recursion-iteration' into development
· ed03d754
eckhart
authored
Apr 16, 2026
ed03d754
bugfix examples/reParser.py
· 02d665d0
eckhart
authored
Apr 16, 2026
02d665d0
bugfix examples/reParser.py
· 84ddf664
eckhart
authored
Apr 16, 2026
84ddf664
Apr 15, 2026
optimizations
· 190a325e
eckhart
authored
Apr 15, 2026
190a325e
optimizations
· ad20c4ca
eckhart
authored
Apr 15, 2026
ad20c4ca
optimizations
· f1ced06c
eckhart
authored
Apr 15, 2026
f1ced06c
small optimizations
· 1f4a14ce
eckhart
authored
Apr 15, 2026
1f4a14ce
small bugfixes
· 940961c8
eckhart
authored
Apr 15, 2026
940961c8
small bugfixes
· 17cb0e6a
eckhart
authored
Apr 15, 2026
17cb0e6a
cache-manipulating recursion algorithm
· c05bfc28
eckhart
authored
Apr 15, 2026
c05bfc28
cache-manipulating recursion algorithm
· 13e395fd
eckhart
authored
Apr 15, 2026
13e395fd
Apr 03, 2026
wip
· 2b462acf
eckhart
authored
Apr 03, 2026
2b462acf
Mar 26, 2026
integrated bugfixes from full_LR branch
· d84f74af
eckhart
authored
Mar 26, 2026
d84f74af
integrated bugfixes from full_LR branch
· b1d31bc0
eckhart
authored
Mar 26, 2026
b1d31bc0
Mar 25, 2026
parse.py: LateBindingUnary, added effective_pname() method
· bda6164b
eckhart
authored
Mar 25, 2026
bda6164b
confiuguration.py: get_config_values(): renames presets to presets_copy for clarity
· e67307c0
eckhart
authored
Mar 25, 2026
e67307c0
Mar 18, 2026
removed pytest dependency
· 3327b4f4
eckhart
authored
Mar 18, 2026
3327b4f4
Loading