项目作者: mincrmatt12

项目描述 :
the "no memory for you" "parser" generator
高级语言: Python
项目地址: git://github.com/mincrmatt12/nmfu.git
创建时间: 2020-06-10T00:40:52Z
项目社区:https://github.com/mincrmatt12/nmfu

开源协议:GNU General Public License v3.0

下载


nmfu logo banner

nmfu


the “no memory for you” “parser” generator


PyPI - License PyPI PyPI - Python Version Jenkins Jenkins tests Jenkins Coverage Read the Docs

nmfu attempts to turn a parser specified as a procedural matching thing into a state machine, parsing protocols with minimal memory and in arbitrarily sized chunks.

There are a number of examples present in the examples/ folder, as well as documentation and a tutorial available on readthedocs.

Plugins

There is a vim plugin available which adds syntax highlighting for .nmfu files at mincrmatt12/nmfu-vim, as well
as a pygments lexer plugin at mincrmatt12/nmfu-pygments.

License

NMFU is licensed under the GPLv3.
Copyright (C) 2020-2023 Matthew Mirvish.