Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
source
OBSW MOD GENERATOR CORE
Commits
28eaf556
Unverified
Commit
28eaf556
authored
Apr 22, 2021
by
Robin Mueller
Browse files
starting work on modgen core
parent
2e010cb1
Changes
3
Hide whitespace changes
Inline
Side-by-side
parserbase/
mib_
file_list_parser.py
→
parserbase/file_list_parser.py
View file @
28eaf556
"""
@file
mib_
file_list_parser.py
@file file_list_parser.py
@brief Generic File Parser class
@details
Used by parse header files. Implemented as class in case header parser becomes more complex
...
...
parserbase/
mib_
parser.py
→
parserbase/parser.py
View file @
28eaf556
File moved
returnvalues/mib_returnvalues_parser.py
View file @
28eaf556
import
re
from
gen
mib
.parserbase.
mib_
parser
import
FileParser
from
gen
mib
.utility.mib_printer
import
PrettyPrinter
from
mod
gen.parserbase.parser
import
FileParser
from
mod
gen.utility.mib_printer
import
PrettyPrinter
# Intermediate solution
MAX_STRING_LEN
=
80
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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