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

Improve import(...) syntax #62

Merged
merged 4 commits into from
Sep 2, 2020
Merged

Improve import(...) syntax #62

merged 4 commits into from
Sep 2, 2020

Commits on Sep 2, 2020

  1. fix: Use generateFromSignatures for FMethods

    This simplifies the implementation and allows using import(...) syntax
    within FMethod bodies.
    Clashsoft committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    8db4879 View commit details
    Browse the repository at this point in the history
  2. fix: Allow static keyword in import(...) syntax

    The import(...) syntax now supports the `static` keyword directly after
    the opening parenthesis. Example: `import(static org.example.Foo.bar)`
    Clashsoft committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    85e932d View commit details
    Browse the repository at this point in the history
  3. fix: Handle import(...) syntax in parser

    The FulibClass.g4 grammar and FragmentMapBuilder now understand the
    import(...) syntax and generate correct signatures for members using it.
    Clashsoft committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    b1201bf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    31d365a View commit details
    Browse the repository at this point in the history