Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Tags: 1ay1/vibe

Tags

v1.0.0

Toggle v1.0.0's commit message
VIBE v1.0.0 - Initial Release

Complete C implementation of VIBE format parser

Features:
- Single-pass O(n) parsing
- Support for all VIBE data types (int, float, bool, string, array, object)
- Dot notation path access
- UTF-8 string support with escape sequences
- Detailed error reporting with line/column info
- C11 compliant, POSIX compatible
- No external dependencies

Documentation:
- Complete format specification
- Installation guide for Linux, macOS, Windows
- API reference and examples
- Contributing guidelines

Quality:
- Clean compilation (GCC, Clang)
- All tests passing
- Memory safe implementation
- GitHub Actions CI/CD