CHANGELOG.md
CONTRIBUTING.md
DEVELOPERS.md
LICENSE
MANIFEST.in
PUBLISHING.md
README.md
pyproject.toml
synesis/__init__.py
synesis/api.py
synesis/cli.py
synesis/compiler.py
synesis/error_handler.py
synesis/lsp_adapter.py
synesis.egg-info/PKG-INFO
synesis.egg-info/SOURCES.txt
synesis.egg-info/dependency_links.txt
synesis.egg-info/entry_points.txt
synesis.egg-info/requires.txt
synesis.egg-info/top_level.txt
synesis/ast/__init__.py
synesis/ast/nodes.py
synesis/ast/normalize.py
synesis/ast/results.py
synesis/exporters/__init__.py
synesis/exporters/_helpers.py
synesis/exporters/alpaca_export.py
synesis/exporters/csv_export.py
synesis/exporters/json_export.py
synesis/exporters/xls_export.py
synesis/grammar/__init__.py
synesis/grammar/synesis.lark
synesis/grammar/synesis_standalone.py
synesis/parser/__init__.py
synesis/parser/bib_loader.py
synesis/parser/lexer.py
synesis/parser/parse_cache.py
synesis/parser/template_loader.py
synesis/parser/transformer.py
synesis/semantic/__init__.py
synesis/semantic/linker.py
synesis/semantic/validator.py
tests/test_alpaca_export.py
tests/test_api.py
tests/test_bibliography_format.py
tests/test_cli.py
tests/test_guidelines.py
tests/test_integration.py
tests/test_parser.py
tests/test_validator.py
tests/fixtures/Basic/annotations.syn
tests/fixtures/Basic/ontology.syno
tests/fixtures/Basic/project.synp
tests/fixtures/Basic/references.bib
tests/fixtures/Basic/template.synt
tests/fixtures/T01-Bibliographic-Ontology-Links/t01.bib
tests/fixtures/T01-Bibliographic-Ontology-Links/t01.syn
tests/fixtures/T01-Bibliographic-Ontology-Links/t01.syno
tests/fixtures/T01-Bibliographic-Ontology-Links/t01.synp
tests/fixtures/T01-Bibliographic-Ontology-Links/t01.synt
tests/fixtures/T02-Chain-Relations/t02.bib
tests/fixtures/T02-Chain-Relations/t02.syn
tests/fixtures/T02-Chain-Relations/t02.syno
tests/fixtures/T02-Chain-Relations/t02.synp
tests/fixtures/T02-Chain-Relations/t02.synt
tests/fixtures/T03-Bundle/t03.bib
tests/fixtures/T03-Bundle/t03.syn
tests/fixtures/T03-Bundle/t03.syno
tests/fixtures/T03-Bundle/t03.synp
tests/fixtures/T03-Bundle/t03.synt
tests/fixtures/T04-Fields-Types-Scope/t04.bib
tests/fixtures/T04-Fields-Types-Scope/t04.syn
tests/fixtures/T04-Fields-Types-Scope/t04.syno
tests/fixtures/T04-Fields-Types-Scope/t04.synp
tests/fixtures/T04-Fields-Types-Scope/t04.synt
tests/fixtures/T05-Template-Declaration/t05.bib
tests/fixtures/T05-Template-Declaration/t05.syn
tests/fixtures/T05-Template-Declaration/t05.syno
tests/fixtures/T05-Template-Declaration/t05.synp
tests/fixtures/T05-Template-Declaration/t05.synt
tests/fixtures/T06-Project-Structure/t06.bib
tests/fixtures/T06-Project-Structure/t06.syn
tests/fixtures/T06-Project-Structure/t06.syno
tests/fixtures/T06-Project-Structure/t06.synt
tests/fixtures/T06-Project-Structure/t06_duplicate_project.synp
tests/fixtures/T06-Project-Structure/t06_metadata_dates.synp
tests/fixtures/T06-Project-Structure/t06_missing_bib.synp
tests/fixtures/T06-Project-Structure/t06_missing_template.synp
tests/fixtures/T06-Project-Structure/t06_no_include_annotations.synp
tests/fixtures/T06-Project-Structure/t06_no_include_ontology.synp
tests/fixtures/T06-Project-Structure/t06_no_ontology_fields.synp
tests/fixtures/T06-Project-Structure/t06_no_ontology_fields.synt
tests/fixtures/T06-Project-Structure/t06_no_template.synp
tests/fixtures/T07-No-Bibliography/annotations.syn
tests/fixtures/T07-No-Bibliography/project.synp
tests/fixtures/T07-No-Bibliography/template.synt
tests/fixtures/T09-OptionalBundle/t09.bib
tests/fixtures/T09-OptionalBundle/t09.syn
tests/fixtures/T09-OptionalBundle/t09.syno
tests/fixtures/T09-OptionalBundle/t09.synp
tests/fixtures/T09-OptionalBundle/t09.synt
tests/fixtures/T10-Custom-Chain-Name/annotations.syn
tests/fixtures/T10-Custom-Chain-Name/project.synp
tests/fixtures/T10-Custom-Chain-Name/template.synt