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 5 years ago
Linked from 3 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
winksaville/zig-parse-args | A utility project for parsing command line arguments into a data structure | 0 |
lewisgaul/zig-nestedtext | A simple human-readable data format parser library written in Zig. | 13 |
andreaspizsa/parse-decimal-number | A library to parse decimal numbers with support for international formatting and localization. | 37 |
winksaville/zig-3d-soft-engine | An attempt to create a basic 3D rendering engine using the Zig programming language. | 3 |
aeronavery/zig-toml | A TOML parser written in Zig with support for various data formats and features | 107 |
hejsil/mecha | A parser combinator library for the Zig programming language | 472 |
himujjal/zig-json5 | A JSON5 parser/stringifier for Zig programming language. | 23 |
travisstaloch/simdjzon | A high-performance JSON parser ported to the Zig programming language | 107 |
weskoerber/kewpie | A simple query string parser for Zig. | 2 |
ikskuh/zig-args | An argument parser library for Zig programming language | 253 |
sam701/zig-toml | A parser for TOML files in the Zig programming language | 35 |
tree-sitter-grammars/tree-sitter-zig | A grammar definition for parsing Zig source code using the Tree Sitter parser | 8 |
jakubszark/zig-string | A library providing basic string operations and utilities for the Zig programming language. | 368 |
sreehax/zig-ini | A library to parse .ini files in the Zig programming language. | 6 |
ziglibs/wavefront-obj | A parser for 3D object file format used in computer graphics and animation. | 3 |