toml: A TOML Implementation

Robust TOML Processing & IDE Integration

Key Features

Core Parser
  • ✓ TOML 1.0 Compliant
  • ✓ JSON Conversion
  • ✓ Cross-Platform
Language Server
  • ✓ Multiple Transport Modes
  • ✓ Real-time Diagnostics
  • ✓ Document Formatting
IDE Extension
  • ✓ Semantic Highlighting
  • ✓ Smart Autoclosing
  • ✓ Comment toggling

Installation

Core Implementation
git clone https://github.com/nullptr-0/toml.git
cmake -B build -S .
cmake --build build
VS Code Extension
cd toml/extension/VSCode
npm install
vsce package
TOML Demo