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

Refactor into classes #217

Merged
merged 17 commits into from
Apr 1, 2024
Merged

Refactor into classes #217

merged 17 commits into from
Apr 1, 2024

Commits on Mar 21, 2024

  1. extract string class

    AGalabov committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    adb424b View commit details
    Browse the repository at this point in the history
  2. extract number class

    AGalabov committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    fcac252 View commit details
    Browse the repository at this point in the history
  3. extract big int class

    AGalabov committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    b4516d7 View commit details
    Browse the repository at this point in the history
  4. extract literal class

    AGalabov committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    e4f6ceb View commit details
    Browse the repository at this point in the history
  5. extract enum classes

    AGalabov committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    3e7472a View commit details
    Browse the repository at this point in the history
  6. extract array class

    AGalabov committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    29de537 View commit details
    Browse the repository at this point in the history
  7. extract tuple class

    AGalabov committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    3adfd4f View commit details
    Browse the repository at this point in the history
  8. extract union class

    AGalabov committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    df8cf9f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7dedbe1 View commit details
    Browse the repository at this point in the history
  10. extract intersection class

    AGalabov committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    1a34406 View commit details
    Browse the repository at this point in the history
  11. extract record class

    AGalabov committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    39e29c9 View commit details
    Browse the repository at this point in the history
  12. extract object class

    AGalabov committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    edd73e3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e2351a0 View commit details
    Browse the repository at this point in the history
  14. fix type imports

    AGalabov committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    ce8d31a View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. handle object defaults

    AGalabov committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    7fec613 View commit details
    Browse the repository at this point in the history
  2. further extract common code

    AGalabov committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    6f2aaaa View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Configuration menu
    Copy the full SHA
    201b6b1 View commit details
    Browse the repository at this point in the history