Files
dimgigov fb8928e830 fix: clj_ prefix for identifiers + try/catch/finally fixes
- #9: Add clj_ prefix to all mangled identifiers to avoid Nim
  case-insensitive name conflicts (parseQueryString ≡ parse_query_string)
- #11: Fix finally block - discard expression results
- #11: Fix catch handler - use original name for scope tracking
- Fix loop handler - use original name for addToScope
- Update emitter tests for clj_ prefix
2026-05-12 00:48:50 +03:00
..