ziv-language / ziv

:sparkles: The Ziv Programming Language
https://ziv-language.github.io/book/
Apache License 2.0
1 stars 0 forks source link

Create Comprehensive Documentation #2

Closed miguelcsx closed 4 weeks ago

miguelcsx commented 4 weeks ago

Description

This issue is focused on developing comprehensive documentation for the compiler project. The documentation should cover all major components, and any other foundational elements. It should be accessible and clear, ensuring that contributors and users can understand and use the project effectively.

Tasks

  1. Project Overview:

    • [ ] Write an introduction that explains the purpose and scope of the compiler.
    • [ ] Provide an overview of the project's architecture and key components (e.g., Source Buffer, Lexer, Parser, AST).
  2. Component Documentation:

    • [ ] Explain the purpose and usage.
    • [ ] Provide code examples demonstrating how to load and access source code.
    • [ ] Explain the internal process.
    • [ ] Provide a list of supported token types and their descriptions.
    • [ ] Include code examples of to processes input.
  3. Usage Guide:

    • [ ] Create a step-by-step guide on setting up the development environment.
    • [ ] Write instructions on how to build and run the compiler.
    • [ ] Provide examples of how to input source code and interpret the output.
  4. Contribution Guidelines:

    • [ ] Outline the process for contributing to the project (e.g., forking, branching, making pull requests).
    • [ ] Define coding standards and best practices (e.g., code style, naming conventions, comment standards).
    • [ ] Include information on running tests and using CI/CD tools.
  5. README File:

    • [ ] Write a README.md that serves as the entry point for the project:
      • [ ] Project name and short description.
      • [ ] Quick start guide.
      • [ ] Link to detailed documentation.
      • [ ] Contribution and license information.
  6. Code Documentation:

    • [ ] Ensure all public methods, classes, and modules are documented within the codebase.
    • [ ] Use docstrings or comments to explain complex logic where necessary.
  7. Diagrams and Visual Aids:

    • [ ] Create diagrams illustrating the architecture of the compiler.
    • [ ] Include flowcharts or sequence diagrams for processes like tokenization or parsing.

Acceptance Criteria

Related Issues

Additional Notes

miguelcsx commented 4 weeks ago

This will be addressed at https://github.com/ziv-language/book