zig-parse-number
Number parser
A utility that provides a function to parse numbers from strings into various data types
Implement ParseNumber which can parse any TypeId.Int or TypeId.Float.
0 stars
4 watching
0 forks
Language: Zig
last commit: over 6 years ago
Linked from 3 awesome lists
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | A utility project for parsing command line arguments into a data structure | 0 |
| | A parser library for a human-readable data format based on YAML | 13 |
| | A library to parse decimal numbers with support for international formatting and localization. | 37 |
| | An attempt to create a basic 3D rendering engine using the Zig programming language. | 3 |
| | A TOML parser written in Zig with support for various data formats and features | 108 |
| | A parser combinator library for the Zig programming language | 493 |
| | A JSON5 parser/stringifier for Zig programming language. | 23 |
| | A high-performance JSON parser ported to the Zig programming language | 108 |
| | A simple query string parser for Zig. | 2 |
| | An argument parser library for Zig programming language | 255 |
| | A parser for TOML files in the Zig programming language | 36 |
| | A grammar definition for parsing Zig source code using the Tree Sitter parser | 8 |
| | A library providing basic string operations and utilities for the Zig programming language. | 387 |
| | A library to parse .ini files in the Zig programming language. | 6 |
| | A parser for 3D object file format used in computer graphics and animation. | 3 |