Parse software messages and transform them into actions. LazyBat has a command line utility which can transform input data, and also a parser generator for C/C++. LazyBat doesn't support recursive parsing, but rather focuses on common parsing jobs.
Features
- parser and transformer
- free open source command line utility and code generator for any platform with ANSI C
- handles only non-recursive input data
- trivial grammar rules (lists, choices, rules, patterns, transformation of input)
- proof of concept through command line utility
- enables team work through sharing of grammar files
- good number of examples on site
- generated code for use with any program that supports C linkage.
- API (application programming interface)
- designed for high performance
- thread safe for multithreaded applications
- unlimited variable size
- memory management for parsed data
- unlimited input data size (can exceed all computer resources)
- can parse data in-pieces (discontinuous buffers)
- tracing
- free for any use
License
BSD LicenseFollow LazyBat
Other Useful Business Software
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of LazyBat!