LICENSE
README.md
pyproject.toml
src/glaemscribe/__init__.py
src/glaemscribe/api.py
src/glaemscribe.egg-info/PKG-INFO
src/glaemscribe.egg-info/SOURCES.txt
src/glaemscribe.egg-info/dependency_links.txt
src/glaemscribe.egg-info/requires.txt
src/glaemscribe.egg-info/top_level.txt
src/glaemscribe/core/__init__.py
src/glaemscribe/core/charset.py
src/glaemscribe/core/fragment.py
src/glaemscribe/core/macro.py
src/glaemscribe/core/mode.py
src/glaemscribe/core/mode_debug_context.py
src/glaemscribe/core/mode_enhanced.py
src/glaemscribe/core/pre_processor_operators.py
src/glaemscribe/core/preprocessor.py
src/glaemscribe/core/rule.py
src/glaemscribe/core/rule_group.py
src/glaemscribe/core/sheaf.py
src/glaemscribe/core/sheaf_chain.py
src/glaemscribe/core/sheaf_chain_iterator.py
src/glaemscribe/core/sub_rule.py
src/glaemscribe/core/transcription_processor.py
src/glaemscribe/core/transcription_tree_node.py
src/glaemscribe/core/post_processor/__init__.py
src/glaemscribe/core/post_processor/base.py
src/glaemscribe/core/post_processor/charset_resolver.py
src/glaemscribe/core/post_processor/resolve_virtuals.py
src/glaemscribe/fonts/AlcarinTengwar-Bold.ttf
src/glaemscribe/fonts/AlcarinTengwar-Regular.ttf
src/glaemscribe/fonts/FreeMonoTengwar.ttf
src/glaemscribe/parsers/__init__.py
src/glaemscribe/parsers/charset_parser.py
src/glaemscribe/parsers/glaeml.py
src/glaemscribe/parsers/mode_parser.py
src/glaemscribe/parsers/tengwar_font_mapping.py
src/glaemscribe/render/__init__.py
src/glaemscribe/render/renderer.py
src/glaemscribe/resources/__init__.py
src/glaemscribe/resources/charsets/tengwar_freemono.cst
src/glaemscribe/resources/modes/english-tengwar-espeak.glaem
src/glaemscribe/resources/modes/quenya-tengwar-classical.glaem
src/glaemscribe/resources/modes/raw-tengwar.glaem
src/glaemscribe/resources/modes/sindarin-tengwar-beleriand.glaem
src/glaemscribe/resources/modes/sindarin-tengwar-general_use.glaem
src/glaemscribe/validation/__init__.py
src/glaemscribe/validation/tengwar_validator.py
src/glaemscribe/validation/unicode_validator.py
tests/test_charset_parser.py
tests/test_cross_rules.py
tests/test_integration.py
tests/test_macro_system.py
tests/test_mode_debug_context.py
tests/test_poem_transcription.py
tests/test_preprocessor.py
tests/test_renderer.py
tests/test_rule_group.py
tests/test_simple_api.py
tests/test_sindarin_transcription.py
tests/test_tengwar_validator.py
tests/test_transcription_core.py
tests/test_unicode_validator.py
tests/test_unicode_variables.py
tests/test_virtual_characters.py