Implement generic identifier casing conventions.

AI-Assisted: yes
AI-Tool: OpenAI Codex / gpt-5.4 xhigh
This commit is contained in:
2026-04-11 08:51:55 -05:00
commit 663ad994eb
5 changed files with 264 additions and 0 deletions

12
identcasing.nimble Normal file
View File

@@ -0,0 +1,12 @@
# Package
version = "0.1.0"
author = "Jonathan Bernard"
description = "Little library to convert between identifier casing conventions."
license = "MIT"
srcDir = "src"
# Dependencies
requires "nim >= 2.2.8"