Open Issues Need Help
View All on GitHubAI Summary: Create a CONTRIBUTING.md file outlining code style guidelines (C++ and TOL-specific), development workflow (forking, branching, commit messages, testing), review process (code review, CI/CD, documentation), and community guidelines (conduct, communication, issue reporting). This file should be linked from the README and referenced in the documentation site.
TOL (Time-Oriented Language) is a powerful programming language specifically designed for time-series analysis, statistical modeling, and mathematical computations
AI Summary: Enhance the code example extraction script for a time-series analysis programming language (TOL) by implementing multi-line example extraction, syntax validation, example categorization, extraction from test files, and improved documentation generation, resulting in better learning resources and validated examples.
TOL (Time-Oriented Language) is a powerful programming language specifically designed for time-series analysis, statistical modeling, and mathematical computations
AI Summary: Improve the TOL documentation extraction script to better parse function parameters, including their types, names, and descriptions, and to extract parameter and return value documentation from `@param` and `@return` tags respectively. This involves modifying the regular expressions used to identify and extract function information and restructuring the output to be more organized and informative.
TOL (Time-Oriented Language) is a powerful programming language specifically designed for time-series analysis, statistical modeling, and mathematical computations