You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This task involves reviewing and documenting all functions defined in various Metta source files, and organizing this information into a comprehensive spreadsheet. This will ensure that all functions are properly documented, tested, and implemented across different parts of the codebase.
Task
Glean Functions from Source Files:
Review the following Metta source files to identify all defined functions:
metta_eval
src/canary/stdlib_mettalog.metta This couble an awesome source!
hyperon-expermental/**/stdlib*.*
hyperon-expermental/**/stdlib*.py
Relevant Rust code
Identify any missing functions across these files.
Create a Metta Functions Spreadsheet: For now can be in Googledocs publically accessable
Develop a spreadsheet to organize the identified functions.
The spreadsheet should include the following columns for each function:
Function Name: The name of the function.
Documentation (@doc): Whether the function is documented.
Test Creation: Whether tests have been created for the function.
Implementation in the Interpreter: Whether the function is implemented in the Metta interpreter.
Implementation in the Transpiler: Whether the function is implemented in the Metta transpiler.
Declaration of Argument Types: Whether the function's argument types are declared.
Populate the Spreadsheet:
For each function identified, fill in the details in the spreadsheet.
Mark the status of documentation, testing, interpreter implementation, transpiler implementation, and argument type declaration.
Acceptance Criteria
All functions from the specified source files are listed in the spreadsheet.
The spreadsheet is fully populated with the status of documentation, testing, implementation, and argument types for each function.
Any missing functions or discrepancies are noted for further action.
The text was updated successfully, but these errors were encountered:
This task involves reviewing and documenting all functions defined in various Metta source files, and organizing this information into a comprehensive spreadsheet. This will ensure that all functions are properly documented, tested, and implemented across different parts of the codebase.
Task
Glean Functions from Source Files:
metta_eval
src/canary/stdlib_mettalog.metta
This couble an awesome source!hyperon-expermental/**/stdlib*.*
hyperon-expermental/**/stdlib*.py
Create a Metta Functions Spreadsheet:
For now can be in Googledocs publically accessable
Populate the Spreadsheet:
Acceptance Criteria
The text was updated successfully, but these errors were encountered: