Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
hallgrim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jan Maximilian Michal
hallgrim
Commits
9f3799d7
Commit
9f3799d7
authored
8 years ago
by
Jan Maximilian Michal
Browse files
Options
Downloads
Patches
Plain Diff
Fixed typo
parent
64f4eecd
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
grim.py
+6
-6
6 additions, 6 deletions
grim.py
with
6 additions
and
6 deletions
grim.py
+
6
−
6
View file @
9f3799d7
...
@@ -2,18 +2,18 @@
...
@@ -2,18 +2,18 @@
################################################################################
################################################################################
#
#
# This script contains the main part of hallgrim and is
t
the only script that
# This script contains the main part of hallgrim and is the only script that
# needs to
n
e invoked. The steps it takes to generate a task are as follows:
# needs to
b
e invoked. The steps it takes to generate a task are as follows:
#
#
# * parse the commandline arguments with argparse
# * parse the commandline arguments with argparse
# * for each script determine the type and validate correct syntax
# * for each script determine the type and validate correct syntax
# * delegate the script to a handler for the specific type
# * delegate the script to a handler for the specific type
# * the handler parses the script into the intermediate represen
a
tation (mostly
# * the handler parses the script into the intermediate representation (mostly
# arrays)
# arrays)
# * the handler passes the needed information to the script generator, which
# * the handler passes the needed information to the script generator, which
# will p
t
int the final xml file.
# will p
r
int the final xml file.
# * a finisher compresses data if needed (needs to be implemented, maybe as
s
# * a finisher compresses data if needed (needs to be implemented, maybe as
# ep
e
rate subparser).
#
s
ep
a
rate subparser).
#
#
################################################################################
################################################################################
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment