[PR #27] [MERGED] feat: ability to quote keys to escape limitations #34

Closed
opened 2026-05-22 22:05:15 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/corn-config/corn/pull/27
Author: @JakeStanger
Created: 11/2/2023
Status: Merged
Merged: 11/5/2023
Merged by: @JakeStanger

Base: masterHead: feat/quoted-keys


📝 Commits (1)

  • 91b8d5c feat: ability to quote keys to escape limitations

📊 Changes

9 files changed (+83 additions, -21 deletions)

View changed files

📝 README.md (+4 -1)
assets/inputs/quoted_keys.corn (+7 -0)
assets/outputs/json/quoted_keys.json (+10 -0)
assets/outputs/toml/quoted_keys.toml (+7 -0)
assets/outputs/yaml/quoted_keys.yml (+7 -0)
📝 libcorn/src/de.rs (+2 -3)
📝 libcorn/src/grammar.pest (+13 -2)
📝 libcorn/src/lib.rs (+4 -1)
📝 libcorn/src/parser.rs (+29 -14)

📄 Description

Resolves #25

Before merge:

[ ] Update spec


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/corn-config/corn/pull/27 **Author:** [@JakeStanger](https://github.com/JakeStanger) **Created:** 11/2/2023 **Status:** ✅ Merged **Merged:** 11/5/2023 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `feat/quoted-keys` --- ### 📝 Commits (1) - [`91b8d5c`](https://github.com/corn-config/corn/commit/91b8d5c976bd940cc59d8df250101ff9a544a8fe) feat: ability to quote keys to escape limitations ### 📊 Changes **9 files changed** (+83 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+4 -1) ➕ `assets/inputs/quoted_keys.corn` (+7 -0) ➕ `assets/outputs/json/quoted_keys.json` (+10 -0) ➕ `assets/outputs/toml/quoted_keys.toml` (+7 -0) ➕ `assets/outputs/yaml/quoted_keys.yml` (+7 -0) 📝 `libcorn/src/de.rs` (+2 -3) 📝 `libcorn/src/grammar.pest` (+13 -2) 📝 `libcorn/src/lib.rs` (+4 -1) 📝 `libcorn/src/parser.rs` (+29 -14) </details> ### 📄 Description Resolves #25 Before merge: [ ] Update spec --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-22 22:05:15 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
corn-config/corn#34
No description provided.