spin6lock / yapsp

yet another python sproto parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yet Another Python Sproto Parser

Introduction

sproto is a simple serialize library. I hoped that this parser will be complement to python-sproto, a python-binding library for sproto. I've tried pypeg2, but I can't handle the nested struct situation, so I wrote my own version. This version simply use Top-down parser. The parser decides struct with one token look ahead.

About

yet another python sproto parser


Languages

Language:Python 100.0%