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

13
.gitignore vendored Normal file
View File

@@ -0,0 +1,13 @@
# ---> Vim
.*sw?
*.un~
Session.vim
.netrwhist
*~
# ---> Test binaries (exclude everything in the test directories except nim
# source files)
/tests/*
!/tests/*.nim
.codex