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

fix: flat node structure for else if #199

Closed
wants to merge 24 commits into from

Commits on Jan 22, 2024

  1. Configuration menu
    Copy the full SHA
    fea3dea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0f5f1a View commit details
    Browse the repository at this point in the history
  3. feat: multi-byte characters

    amaanq committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    14c0568 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3206781 View commit details
    Browse the repository at this point in the history
  5. chore: generate

    amaanq committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    d908b47 View commit details
    Browse the repository at this point in the history
  6. 0.20.7

    amaanq committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    df6ac34 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    34f4c7e View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

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

Commits on Feb 13, 2024

  1. fix: improve concatenated_string

    Now allows `<string> <identifier> ...` forms of concatenations.
    lewis6991 authored and amaanq committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    c325574 View commit details
    Browse the repository at this point in the history
  2. fix: allow function definitions to contain preproc attributes

    Specifically for Neovim which contains code like:
    
    ```c
    Dictionary nvim_eval_statusline(String str, Dict(eval_statusline) *opts, Arena *arena, Error *err)
      FUNC_API_SINCE(8) FUNC_API_FAST
    {
      ...
    }
    ```
    lewis6991 authored and amaanq committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    c706154 View commit details
    Browse the repository at this point in the history
  3. 0.20.8

    amaanq committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    25ca271 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. docs: update badges

    amaanq committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    b20f858 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Configuration menu
    Copy the full SHA
    bac0e89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e6e28c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    579f349 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e3f4c95 View commit details
    Browse the repository at this point in the history
  5. chore: generate

    amaanq committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    72a60ea View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

  1. ci: use nodejs 20 for appveyor

    XVilka authored and amaanq committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    f64a422 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. ci: remove appveyor

    amaanq committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    652433f View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

  1. build: update bindings and versions

    ObserverOfTime authored and amaanq committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    db11e91 View commit details
    Browse the repository at this point in the history
  2. ci: update workflows

    ObserverOfTime authored and amaanq committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    70c0dde View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Configuration menu
    Copy the full SHA
    b125bec View commit details
    Browse the repository at this point in the history
  2. docs: add pypi badge

    amaanq committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    371fd0b View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

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