Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Build] Initial implementation with API generation #132

Closed
wants to merge 26 commits into from

Commits on Jan 12, 2024

  1. feature(api): api generation

    SpaiR committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    9d46509 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ede7f8 View commit details
    Browse the repository at this point in the history
  3. Add AST generation

    SpaiR committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    e809676 View commit details
    Browse the repository at this point in the history
  4. Replace FileLoc with offset

    SpaiR committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    00f4e6b View commit details
    Browse the repository at this point in the history
  5. Tweak AST generation dir

    SpaiR committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    a39427d View commit details
    Browse the repository at this point in the history
  6. Add methods generation from AST

    SpaiR committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    e1a06ce View commit details
    Browse the repository at this point in the history
  7. Add methods sorting

    SpaiR committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    eb878cb View commit details
    Browse the repository at this point in the history
  8. Manual methods

    SpaiR committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    a81d327 View commit details
    Browse the repository at this point in the history
  9. Minor tweaks

    SpaiR committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    038bd55 View commit details
    Browse the repository at this point in the history
  10. Remove node container

    SpaiR committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    f3f49a8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4d70e3e View commit details
    Browse the repository at this point in the history
  12. Refactor args

    SpaiR committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    4ddeb5e View commit details
    Browse the repository at this point in the history
  13. Refactor returns

    SpaiR committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    0203749 View commit details
    Browse the repository at this point in the history
  14. Rename files

    SpaiR committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    fa34a49 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    499a838 View commit details
    Browse the repository at this point in the history
  16. Add virtual content

    SpaiR committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    fc357f1 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    2ddac4e View commit details
    Browse the repository at this point in the history
  18. Add missing manual methods

    SpaiR committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    89a6475 View commit details
    Browse the repository at this point in the history
  19. Add generated API to the VCS

    SpaiR committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    b5fd2b8 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    fe48cf2 View commit details
    Browse the repository at this point in the history
  21. Add constants for THIS_PTR

    SpaiR committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    99e7499 View commit details
    Browse the repository at this point in the history
  22. Add basic struct fields gen

    SpaiR committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    4d78b89 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    95f6069 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Configuration menu
    Copy the full SHA
    8264c7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38f22b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    83bc8f5 View commit details
    Browse the repository at this point in the history