YINI CLI v1.0.2-beta — Smarter number parser
What's new
YINI's internal parser has been updated to version 1.0.2-beta and now includes full support for negative values and for all edge cases in numeric types: integers, decimal numbers, hexadecimal, binary, octal, base-12 duodecimal, and exponential notation, ensuring robust and consistent parsing.
Why it matters
If you work with configuration files containing large identifiers, scientific values, or alternative base notations, this improvement prevents subtle errors and unexpected behavior. The parser handles negative numbers and complex formats reliably, reducing deployment failures and facilitating integration with backend services and data pipelines.
Installation and usage
Install globally from npm using the command npm install -g yini-cli and test with a sample file named config.yini whose content can be: ^ App name = My App Title version = 1.2.3 pageSize = 25 darkTheme = off then run the command yini parse config.yini
Example of expected output
{ App: { name: My App Title, version: 1.2.3, pageSize: 25, darkTheme: false } }
Technical notes
The update improves detection of numeric prefixes and suffixes, recognition of bases other than 10, and preservation of large integer ranges. This is especially useful in integration scenarios with financial systems, IoT, and telemetry where varied numeric formats and negative numbers are common.
About Q2BSTUDIO
Q2BSTUDIO is a software development company specializing in custom applications and bespoke software, with expertise in artificial intelligence, AI for businesses, AI agents, cybersecurity, AWS and Azure cloud services, and business intelligence services. We offer tailored solutions that combine custom development, advanced analytics, and secure cloud architectures to maximize data value and automate critical processes.
Why choose us
At Q2BSTUDIO we design custom applications that integrate artificial intelligence and power bi to generate actionable dashboards and reports. Our AWS and Azure cloud services ensure scalable and secure deployments. We also have cybersecurity specialists to protect applications and data, and teams focused on business intelligence services and AI agents to enhance decision-making.
Keywords
custom applications, bespoke software, artificial intelligence, AI for businesses, AI agents, cybersecurity, AWS and Azure cloud services, business intelligence services, power bi
Resources
The yini-cli repository on GitHub and the Intro to YINI Config Format documentation are available in the official YINI repositories for consultation and continuous integration.
If you need YINI integration into corporate workflows, advanced parsing, or development of custom tools to manage complex configurations, contact Q2BSTUDIO and we will help you design the right solution.


