mirror of
https://github.com/wilsonfreitas/awesome-quant.git
synced 2026-07-27 20:07:50 +00:00
cf807c050d
h2 headings are now categories (not languages). Language is extracted from inline tags like `Python` `Rust` at the start of descriptions. Changes: - Add extract_languages() function to parse backtick-delimited language tags - Update README parsing loop to extract languages from descriptions - Update Project class to handle multiple languages per entry - Add 'languages' CSV column with comma-separated language list - Primary 'language' column contains first language for backward compatibility The parser now supports category-first README structure with inline language tags.