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

phase 2 of the compiler #5

Merged
merged 11 commits into from
Dec 28, 2019
Merged

phase 2 of the compiler #5

merged 11 commits into from
Dec 28, 2019

Commits on Dec 27, 2019

  1. remove operators from AST

    menduz committed Dec 27, 2019
    Configuration menu
    Copy the full SHA
    ca1e623 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77e5b47 View commit details
    Browse the repository at this point in the history
  3. parse import directive

    menduz committed Dec 27, 2019
    Configuration menu
    Copy the full SHA
    fcb9f46 View commit details
    Browse the repository at this point in the history
  4. parse types

    menduz committed Dec 27, 2019
    Configuration menu
    Copy the full SHA
    a26ff3c View commit details
    Browse the repository at this point in the history
  5. parse structs and parameters

    menduz committed Dec 27, 2019
    Configuration menu
    Copy the full SHA
    09527b9 View commit details
    Browse the repository at this point in the history
  6. enum directive

    menduz committed Dec 27, 2019
    Configuration menu
    Copy the full SHA
    c55609b View commit details
    Browse the repository at this point in the history
  7. impl

    menduz committed Dec 27, 2019
    Configuration menu
    Copy the full SHA
    659325f View commit details
    Browse the repository at this point in the history
  8. functions

    menduz committed Dec 27, 2019
    Configuration menu
    Copy the full SHA
    28d76dd View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2019

  1. atomic expressions and if

    menduz committed Dec 28, 2019
    Configuration menu
    Copy the full SHA
    abd4984 View commit details
    Browse the repository at this point in the history
  2. copy tests from lys

    menduz committed Dec 28, 2019
    Configuration menu
    Copy the full SHA
    aa24f87 View commit details
    Browse the repository at this point in the history
  3. parse pattern matching

    menduz committed Dec 28, 2019
    Configuration menu
    Copy the full SHA
    eb1582e View commit details
    Browse the repository at this point in the history