.gitattributes
.gitignore
.pre-commit-config.yaml
CHANGELOG.rst
LICENSE
MANIFEST.in
README.rst
check_csharp_golden_syntax.py
check_dart_golden_syntax.py
check_haskell_golden_syntax.py
check_java_golden_syntax.py
check_julia_golden_syntax.py
check_swift_golden_syntax.py
conftest.py
pyproject.toml
spelling_private_dict.txt
zizmor.yml
.github/dependabot.yml
.github/workflows/ci.yml
.github/workflows/dependabot-merge.yml
.github/workflows/lint.yml
.github/workflows/publish-site.yml
.github/workflows/release.yml
docs/source/__init__.py
docs/source/api-reference.rst
docs/source/changelog.rst
docs/source/conf.py
docs/source/contributing.rst
docs/source/index.rst
docs/source/release-process.rst
src/literalizer/__init__.py
src/literalizer/_comments.py
src/literalizer/_core.py
src/literalizer/_language.py
src/literalizer/_types.py
src/literalizer/exceptions.py
src/literalizer/formatters.py
src/literalizer/languages.py
src/literalizer/py.typed
src/literalizer.egg-info/PKG-INFO
src/literalizer.egg-info/SOURCES.txt
src/literalizer.egg-info/dependency_links.txt
src/literalizer.egg-info/not-zip-safe
src/literalizer.egg-info/requires.txt
src/literalizer.egg-info/top_level.txt
tests/__init__.py
tests/test_converter.py
tests/integration/__init__.py
tests/integration/test_integration.py
tests/integration/cases/binary/cpp.cpp
tests/integration/cases/binary/cpp_varname.cpp
tests/integration/cases/binary/csharp.cs
tests/integration/cases/binary/csharp_varname.cs
tests/integration/cases/binary/dart.dart
tests/integration/cases/binary/dart_varname.dart
tests/integration/cases/binary/go.go
tests/integration/cases/binary/go_varname.go
tests/integration/cases/binary/haskell.hs
tests/integration/cases/binary/haskell_varname.hs
tests/integration/cases/binary/input.yaml
tests/integration/cases/binary/java.java
tests/integration/cases/binary/java_varname.java
tests/integration/cases/binary/javascript.js
tests/integration/cases/binary/javascript_varname.js
tests/integration/cases/binary/julia.jl
tests/integration/cases/binary/julia_varname.jl
tests/integration/cases/binary/kotlin.kts
tests/integration/cases/binary/kotlin_varname.kts
tests/integration/cases/binary/php.php
tests/integration/cases/binary/php_varname.php
tests/integration/cases/binary/python.py
tests/integration/cases/binary/python_varname.py
tests/integration/cases/binary/ruby.rb
tests/integration/cases/binary/ruby_varname.rb
tests/integration/cases/binary/rust.rs
tests/integration/cases/binary/rust_varname.rs
tests/integration/cases/binary/swift.swift
tests/integration/cases/binary/swift_varname.swift
tests/integration/cases/binary/typescript.ts
tests/integration/cases/binary/typescript_varname.ts
tests/integration/cases/comments/cpp.cpp
tests/integration/cases/comments/cpp_varname.cpp
tests/integration/cases/comments/csharp.cs
tests/integration/cases/comments/csharp_varname.cs
tests/integration/cases/comments/dart.dart
tests/integration/cases/comments/dart_varname.dart
tests/integration/cases/comments/go.go
tests/integration/cases/comments/go_varname.go
tests/integration/cases/comments/haskell.hs
tests/integration/cases/comments/haskell_varname.hs
tests/integration/cases/comments/input.yaml
tests/integration/cases/comments/java.java
tests/integration/cases/comments/java_varname.java
tests/integration/cases/comments/javascript.js
tests/integration/cases/comments/javascript_varname.js
tests/integration/cases/comments/julia.jl
tests/integration/cases/comments/julia_varname.jl
tests/integration/cases/comments/kotlin.kts
tests/integration/cases/comments/kotlin_varname.kts
tests/integration/cases/comments/php.php
tests/integration/cases/comments/php_varname.php
tests/integration/cases/comments/python.py
tests/integration/cases/comments/python_varname.py
tests/integration/cases/comments/ruby.rb
tests/integration/cases/comments/ruby_varname.rb
tests/integration/cases/comments/rust.rs
tests/integration/cases/comments/rust_varname.rs
tests/integration/cases/comments/swift.swift
tests/integration/cases/comments/swift_varname.swift
tests/integration/cases/comments/typescript.ts
tests/integration/cases/comments/typescript_varname.ts
tests/integration/cases/dates/cpp.cpp
tests/integration/cases/dates/cpp_native.cpp
tests/integration/cases/dates/cpp_varname.cpp
tests/integration/cases/dates/csharp.cs
tests/integration/cases/dates/csharp_native.cs
tests/integration/cases/dates/csharp_varname.cs
tests/integration/cases/dates/dart.dart
tests/integration/cases/dates/dart_native.dart
tests/integration/cases/dates/dart_varname.dart
tests/integration/cases/dates/go.go
tests/integration/cases/dates/go_native.go
tests/integration/cases/dates/go_varname.go
tests/integration/cases/dates/haskell.hs
tests/integration/cases/dates/haskell_varname.hs
tests/integration/cases/dates/input.yaml
tests/integration/cases/dates/java.java
tests/integration/cases/dates/java_instant.java
tests/integration/cases/dates/java_varname.java
tests/integration/cases/dates/java_zoned.java
tests/integration/cases/dates/javascript.js
tests/integration/cases/dates/javascript_varname.js
tests/integration/cases/dates/js_native.js
tests/integration/cases/dates/julia.jl
tests/integration/cases/dates/julia_native.jl
tests/integration/cases/dates/julia_varname.jl
tests/integration/cases/dates/kotlin.kts
tests/integration/cases/dates/kotlin_native.kts
tests/integration/cases/dates/kotlin_varname.kts
tests/integration/cases/dates/php.php
tests/integration/cases/dates/php_varname.php
tests/integration/cases/dates/python.py
tests/integration/cases/dates/python_epoch.py
tests/integration/cases/dates/python_native.py
tests/integration/cases/dates/python_varname.py
tests/integration/cases/dates/ruby.rb
tests/integration/cases/dates/ruby_native.rb
tests/integration/cases/dates/ruby_varname.rb
tests/integration/cases/dates/rust.rs
tests/integration/cases/dates/rust_native.rs
tests/integration/cases/dates/rust_varname.rs
tests/integration/cases/dates/swift.swift
tests/integration/cases/dates/swift_varname.swift
tests/integration/cases/dates/ts_native.ts
tests/integration/cases/dates/typescript.ts
tests/integration/cases/dates/typescript_varname.ts
tests/integration/cases/dict_with_nulls/cpp.cpp
tests/integration/cases/dict_with_nulls/cpp_varname.cpp
tests/integration/cases/dict_with_nulls/csharp.cs
tests/integration/cases/dict_with_nulls/csharp_varname.cs
tests/integration/cases/dict_with_nulls/dart.dart
tests/integration/cases/dict_with_nulls/dart_varname.dart
tests/integration/cases/dict_with_nulls/go.go
tests/integration/cases/dict_with_nulls/go_varname.go
tests/integration/cases/dict_with_nulls/haskell.hs
tests/integration/cases/dict_with_nulls/haskell_varname.hs
tests/integration/cases/dict_with_nulls/input.yaml
tests/integration/cases/dict_with_nulls/java.java
tests/integration/cases/dict_with_nulls/java_varname.java
tests/integration/cases/dict_with_nulls/javascript.js
tests/integration/cases/dict_with_nulls/javascript_varname.js
tests/integration/cases/dict_with_nulls/julia.jl
tests/integration/cases/dict_with_nulls/julia_varname.jl
tests/integration/cases/dict_with_nulls/kotlin.kts
tests/integration/cases/dict_with_nulls/kotlin_varname.kts
tests/integration/cases/dict_with_nulls/php.php
tests/integration/cases/dict_with_nulls/php_varname.php
tests/integration/cases/dict_with_nulls/python.py
tests/integration/cases/dict_with_nulls/python_varname.py
tests/integration/cases/dict_with_nulls/ruby.rb
tests/integration/cases/dict_with_nulls/ruby_varname.rb
tests/integration/cases/dict_with_nulls/rust.rs
tests/integration/cases/dict_with_nulls/rust_varname.rs
tests/integration/cases/dict_with_nulls/swift.swift
tests/integration/cases/dict_with_nulls/swift_varname.swift
tests/integration/cases/dict_with_nulls/typescript.ts
tests/integration/cases/dict_with_nulls/typescript_varname.ts
tests/integration/cases/empty_list/cpp.cpp
tests/integration/cases/empty_list/cpp_varname.cpp
tests/integration/cases/empty_list/csharp.cs
tests/integration/cases/empty_list/csharp_varname.cs
tests/integration/cases/empty_list/dart.dart
tests/integration/cases/empty_list/dart_varname.dart
tests/integration/cases/empty_list/go.go
tests/integration/cases/empty_list/go_varname.go
tests/integration/cases/empty_list/haskell.hs
tests/integration/cases/empty_list/haskell_varname.hs
tests/integration/cases/empty_list/input.yaml
tests/integration/cases/empty_list/java.java
tests/integration/cases/empty_list/java_varname.java
tests/integration/cases/empty_list/javascript.js
tests/integration/cases/empty_list/javascript_varname.js
tests/integration/cases/empty_list/julia.jl
tests/integration/cases/empty_list/julia_varname.jl
tests/integration/cases/empty_list/kotlin.kts
tests/integration/cases/empty_list/kotlin_varname.kts
tests/integration/cases/empty_list/php.php
tests/integration/cases/empty_list/php_varname.php
tests/integration/cases/empty_list/python.py
tests/integration/cases/empty_list/python_varname.py
tests/integration/cases/empty_list/ruby.rb
tests/integration/cases/empty_list/ruby_varname.rb
tests/integration/cases/empty_list/rust.rs
tests/integration/cases/empty_list/rust_varname.rs
tests/integration/cases/empty_list/swift.swift
tests/integration/cases/empty_list/swift_varname.swift
tests/integration/cases/empty_list/typescript.ts
tests/integration/cases/empty_list/typescript_varname.ts
tests/integration/cases/nested/cpp.cpp
tests/integration/cases/nested/cpp_varname.cpp
tests/integration/cases/nested/csharp.cs
tests/integration/cases/nested/csharp_varname.cs
tests/integration/cases/nested/dart.dart
tests/integration/cases/nested/dart_varname.dart
tests/integration/cases/nested/go.go
tests/integration/cases/nested/go_varname.go
tests/integration/cases/nested/haskell.hs
tests/integration/cases/nested/haskell_varname.hs
tests/integration/cases/nested/input.yaml
tests/integration/cases/nested/java.java
tests/integration/cases/nested/java_varname.java
tests/integration/cases/nested/javascript.js
tests/integration/cases/nested/javascript_varname.js
tests/integration/cases/nested/julia.jl
tests/integration/cases/nested/julia_varname.jl
tests/integration/cases/nested/kotlin.kts
tests/integration/cases/nested/kotlin_varname.kts
tests/integration/cases/nested/php.php
tests/integration/cases/nested/php_varname.php
tests/integration/cases/nested/python.py
tests/integration/cases/nested/python_varname.py
tests/integration/cases/nested/ruby.rb
tests/integration/cases/nested/ruby_varname.rb
tests/integration/cases/nested/rust.rs
tests/integration/cases/nested/rust_varname.rs
tests/integration/cases/nested/swift.swift
tests/integration/cases/nested/swift_varname.swift
tests/integration/cases/nested/typescript.ts
tests/integration/cases/nested/typescript_varname.ts
tests/integration/cases/nested_list/cpp.cpp
tests/integration/cases/nested_list/cpp_varname.cpp
tests/integration/cases/nested_list/csharp.cs
tests/integration/cases/nested_list/csharp_varname.cs
tests/integration/cases/nested_list/dart.dart
tests/integration/cases/nested_list/dart_varname.dart
tests/integration/cases/nested_list/go.go
tests/integration/cases/nested_list/go_varname.go
tests/integration/cases/nested_list/haskell.hs
tests/integration/cases/nested_list/haskell_varname.hs
tests/integration/cases/nested_list/input.yaml
tests/integration/cases/nested_list/java.java
tests/integration/cases/nested_list/java_varname.java
tests/integration/cases/nested_list/javascript.js
tests/integration/cases/nested_list/javascript_varname.js
tests/integration/cases/nested_list/julia.jl
tests/integration/cases/nested_list/julia_varname.jl
tests/integration/cases/nested_list/kotlin.kts
tests/integration/cases/nested_list/kotlin_varname.kts
tests/integration/cases/nested_list/php.php
tests/integration/cases/nested_list/php_varname.php
tests/integration/cases/nested_list/python.py
tests/integration/cases/nested_list/python_varname.py
tests/integration/cases/nested_list/ruby.rb
tests/integration/cases/nested_list/ruby_varname.rb
tests/integration/cases/nested_list/rust.rs
tests/integration/cases/nested_list/rust_varname.rs
tests/integration/cases/nested_list/swift.swift
tests/integration/cases/nested_list/swift_varname.swift
tests/integration/cases/nested_list/typescript.ts
tests/integration/cases/nested_list/typescript_varname.ts
tests/integration/cases/omap/cpp.cpp
tests/integration/cases/omap/cpp_varname.cpp
tests/integration/cases/omap/csharp.cs
tests/integration/cases/omap/csharp_varname.cs
tests/integration/cases/omap/dart.dart
tests/integration/cases/omap/dart_varname.dart
tests/integration/cases/omap/go.go
tests/integration/cases/omap/go_varname.go
tests/integration/cases/omap/haskell.hs
tests/integration/cases/omap/haskell_varname.hs
tests/integration/cases/omap/input.yaml
tests/integration/cases/omap/java.java
tests/integration/cases/omap/java_varname.java
tests/integration/cases/omap/javascript.js
tests/integration/cases/omap/javascript_varname.js
tests/integration/cases/omap/julia.jl
tests/integration/cases/omap/julia_varname.jl
tests/integration/cases/omap/kotlin.kts
tests/integration/cases/omap/kotlin_varname.kts
tests/integration/cases/omap/php.php
tests/integration/cases/omap/php_varname.php
tests/integration/cases/omap/python.py
tests/integration/cases/omap/python_varname.py
tests/integration/cases/omap/ruby.rb
tests/integration/cases/omap/ruby_varname.rb
tests/integration/cases/omap/rust.rs
tests/integration/cases/omap/rust_varname.rs
tests/integration/cases/omap/swift.swift
tests/integration/cases/omap/swift_varname.swift
tests/integration/cases/omap/typescript.ts
tests/integration/cases/omap/typescript_varname.ts
tests/integration/cases/scalars/cpp.cpp
tests/integration/cases/scalars/cpp_varname.cpp
tests/integration/cases/scalars/csharp.cs
tests/integration/cases/scalars/csharp_varname.cs
tests/integration/cases/scalars/dart.dart
tests/integration/cases/scalars/dart_varname.dart
tests/integration/cases/scalars/go.go
tests/integration/cases/scalars/go_varname.go
tests/integration/cases/scalars/haskell.hs
tests/integration/cases/scalars/haskell_varname.hs
tests/integration/cases/scalars/input.yaml
tests/integration/cases/scalars/java.java
tests/integration/cases/scalars/java_varname.java
tests/integration/cases/scalars/javascript.js
tests/integration/cases/scalars/javascript_varname.js
tests/integration/cases/scalars/julia.jl
tests/integration/cases/scalars/julia_varname.jl
tests/integration/cases/scalars/kotlin.kts
tests/integration/cases/scalars/kotlin_varname.kts
tests/integration/cases/scalars/php.php
tests/integration/cases/scalars/php_varname.php
tests/integration/cases/scalars/python.py
tests/integration/cases/scalars/python_varname.py
tests/integration/cases/scalars/ruby.rb
tests/integration/cases/scalars/ruby_varname.rb
tests/integration/cases/scalars/rust.rs
tests/integration/cases/scalars/rust_varname.rs
tests/integration/cases/scalars/swift.swift
tests/integration/cases/scalars/swift_varname.swift
tests/integration/cases/scalars/typescript.ts
tests/integration/cases/scalars/typescript_varname.ts
tests/integration/cases/set/cpp.cpp
tests/integration/cases/set/cpp_varname.cpp
tests/integration/cases/set/csharp.cs
tests/integration/cases/set/csharp_varname.cs
tests/integration/cases/set/dart.dart
tests/integration/cases/set/dart_varname.dart
tests/integration/cases/set/go.go
tests/integration/cases/set/go_varname.go
tests/integration/cases/set/haskell.hs
tests/integration/cases/set/haskell_varname.hs
tests/integration/cases/set/input.yaml
tests/integration/cases/set/java.java
tests/integration/cases/set/java_varname.java
tests/integration/cases/set/javascript.js
tests/integration/cases/set/javascript_varname.js
tests/integration/cases/set/julia.jl
tests/integration/cases/set/julia_varname.jl
tests/integration/cases/set/kotlin.kts
tests/integration/cases/set/kotlin_varname.kts
tests/integration/cases/set/php.php
tests/integration/cases/set/php_varname.php
tests/integration/cases/set/python.py
tests/integration/cases/set/python_varname.py
tests/integration/cases/set/ruby.rb
tests/integration/cases/set/ruby_varname.rb
tests/integration/cases/set/rust.rs
tests/integration/cases/set/rust_varname.rs
tests/integration/cases/set/swift.swift
tests/integration/cases/set/swift_varname.swift
tests/integration/cases/set/typescript.ts
tests/integration/cases/set/typescript_varname.ts
tests/integration/cases/simple_dict/cpp.cpp
tests/integration/cases/simple_dict/cpp_varname.cpp
tests/integration/cases/simple_dict/csharp.cs
tests/integration/cases/simple_dict/csharp_varname.cs
tests/integration/cases/simple_dict/dart.dart
tests/integration/cases/simple_dict/dart_varname.dart
tests/integration/cases/simple_dict/go.go
tests/integration/cases/simple_dict/go_varname.go
tests/integration/cases/simple_dict/haskell.hs
tests/integration/cases/simple_dict/haskell_varname.hs
tests/integration/cases/simple_dict/input.yaml
tests/integration/cases/simple_dict/java.java
tests/integration/cases/simple_dict/java_varname.java
tests/integration/cases/simple_dict/javascript.js
tests/integration/cases/simple_dict/javascript_varname.js
tests/integration/cases/simple_dict/julia.jl
tests/integration/cases/simple_dict/julia_varname.jl
tests/integration/cases/simple_dict/kotlin.kts
tests/integration/cases/simple_dict/kotlin_varname.kts
tests/integration/cases/simple_dict/php.php
tests/integration/cases/simple_dict/php_varname.php
tests/integration/cases/simple_dict/python.py
tests/integration/cases/simple_dict/python_varname.py
tests/integration/cases/simple_dict/ruby.rb
tests/integration/cases/simple_dict/ruby_varname.rb
tests/integration/cases/simple_dict/rust.rs
tests/integration/cases/simple_dict/rust_varname.rs
tests/integration/cases/simple_dict/swift.swift
tests/integration/cases/simple_dict/swift_varname.swift
tests/integration/cases/simple_dict/typescript.ts
tests/integration/cases/simple_dict/typescript_varname.ts
tests/integration/cases/simple_list/cpp.cpp
tests/integration/cases/simple_list/cpp_varname.cpp
tests/integration/cases/simple_list/csharp.cs
tests/integration/cases/simple_list/csharp_varname.cs
tests/integration/cases/simple_list/dart.dart
tests/integration/cases/simple_list/dart_varname.dart
tests/integration/cases/simple_list/go.go
tests/integration/cases/simple_list/go_varname.go
tests/integration/cases/simple_list/haskell.hs
tests/integration/cases/simple_list/haskell_varname.hs
tests/integration/cases/simple_list/input.yaml
tests/integration/cases/simple_list/java.java
tests/integration/cases/simple_list/java_varname.java
tests/integration/cases/simple_list/javascript.js
tests/integration/cases/simple_list/javascript_varname.js
tests/integration/cases/simple_list/julia.jl
tests/integration/cases/simple_list/julia_varname.jl
tests/integration/cases/simple_list/kotlin.kts
tests/integration/cases/simple_list/kotlin_varname.kts
tests/integration/cases/simple_list/php.php
tests/integration/cases/simple_list/php_varname.php
tests/integration/cases/simple_list/python.py
tests/integration/cases/simple_list/python_varname.py
tests/integration/cases/simple_list/ruby.rb
tests/integration/cases/simple_list/ruby_varname.rb
tests/integration/cases/simple_list/rust.rs
tests/integration/cases/simple_list/rust_varname.rs
tests/integration/cases/simple_list/swift.swift
tests/integration/cases/simple_list/swift_varname.swift
tests/integration/cases/simple_list/typescript.ts
tests/integration/cases/simple_list/typescript_varname.ts