ini_parser
INI parser
An LÖVE-specific Lua library for parsing and generating .ini files.
.ini parser in Lua
16 stars
0 watching
2 forks
Language: Lua
last commit: about 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
doujiang24/lua-resty-ini | A Lua library for parsing and working with INI files in OpenResty servers. | 49 |
ndevilla/iniparser | A lightweight ini file parser written in C | 984 |
rxi/ini | A tiny ANSI C library for loading and parsing .ini config files with support for sections, comments, quoted strings, and trimming whitespace. | 337 |
wlevene/ini | A Go library for parsing and manipulating INI configuration files | 15 |
ziglibs/ini | An ini file parser library providing basic record reading and formatting capabilities. | 26 |
sreehax/zig-ini | A library to parse .ini files in the Zig programming language. | 6 |
ossystems/inih | A C-based parser for .INI configuration files used in embedded systems. | 42 |
sleepinggenius2/gosmi | A Go library for parsing MIBs without relying on an external library | 102 |
burner/inifiled | Generates and parses ini files at compile time using annotated structs in D. | 21 |
jtilly/inih | A simple INI file parser written in C. | 439 |
mpeterv/argparse | A feature-rich command line parser for Lua | 260 |
brofield/simpleini | A C++ library providing a simple API to read and write INI-style configuration files | 1,121 |
stravant/luaminify | Tools for parsing and transforming Lua source code | 260 |
qix-/tortellini | A C++ library for reading and writing INI files in a simple and efficient manner. | 144 |
api7/lua-var-nginx-module | A Lua module that fetches Nginx variables using FFI | 53 |