8000 Comparing v1.0.1...v1.0.3 · dingyi222666/lua-parser · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dingyi222666/lua-parser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.1
Choose a base ref
...
head repository: dingyi222666/lua-parser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.3
Choose a head ref
  • 11 commits
  • 24 files changed
  • 1 contributor

Commits on Jan 26, 2024

  1. docs: update readme

    dingyi222666 committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    1b6ddac View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. feat: parse comment

    dingyi222666 committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    2dc648d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    295ab65 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e6a19a7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7182a9b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    adfc914 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8e42252 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. docs: update readme

    dingyi222666 committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    bc6ff93 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. chore(deps): update Kotlin, Gradle version

    - Update Kotlin from 2.0.0-Beta3 to 2.0.20, aligning with the latest stable release.
    - Upgrade Gradle distribution from 8.2 to 8.10 for improved performance and features.
    - Refactor LuaParser and LuaLexer components for better maintainability.
    - Introduce LuaVersion enum in version.kt to support different Lua versions.
    - Clean up build.gradle.kts by removing unused imports and adopting the latest plugin versions.
    dingyi222666 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    b8c9862 View commit details
    Browse the repository at this point in the history
  2. feat(parser): add support for Lua 5.4 attributes and androlua 5.3 syn…

    …tax, close #1
    
    - Implement initial support for parsing attributes in Lua 5.4, including handling of the
      'attrib' production rule.
    - Introduce special syntax handling for androlua 5.3, specifically for 'when' and 'switch'
      statements and local variables with '$' prefix.
    - Adjust string building in AST2Lua for consistent spacing around the 'attributeName' field.
    dingyi222666 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    4bcb926 View commit details
    Browse the repository at this point in the history
  3. chore(release): bump version to 1.0.3

    Increase the version number in build.gradle.kts and update the dependency in README.md
    to reflect the new version of the luaparser library. This change is part of the release
    process to ensure consistency across project files.
    dingyi222666 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    067cd73 View commit details
    Browse the repository at this point in the history
Loading
0