Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generator for C and Python bindings. #38

Merged
merged 2 commits into from
Mar 31, 2015
Merged

Generator for C and Python bindings. #38

merged 2 commits into from
Mar 31, 2015

Conversation

mookerji
Copy link
Contributor

WIP

Includes:
0. Command-line tool for generating Python bindings from YAML
specifications.

  1. Uses Python's Construct library for flexible, declarative binary
    parsing.
  2. Basic syntax and schema validation on YAML specifications.

Closes #3, #9, #16.

/cc @fnoble, @mfine

@mookerji mookerji changed the title Generator for Python bindings. Generator for C and Python bindings. Mar 18, 2015
@mookerji mookerji added this to the libsbp release milestone Mar 18, 2015
Includes:
0. Command-line tool for generating Python bindings from YAML
specifications.
1. Uses Python's Construct library for flexible, declarative binary
parsing.
2. Basic syntax and schema validation on YAML specifications.

Closes #3, #9, #16.

/cc @fnoble, @mfine
"""
Generator for Python target.

This module consumes the
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: incomplete comment.

@mfine
Copy link
Contributor

mfine commented Mar 23, 2015

Generator is looking good to me!

mookerji added a commit that referenced this pull request Mar 31, 2015
Generator for C and Python bindings.
@mookerji mookerji merged commit 806bdb3 into swift-nav:master Mar 31, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Standardize SBP parsing
2 participants