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: seaofvoices/darklua
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.13.1
Choose a base ref
...
head repository: seaofvoices/darklua
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.14.0
Choose a head ref
  • 2 commits
  • 45 files changed
  • 1 contributor

Commits on Oct 19, 2024

  1. Migrate fullmoon parser to version 1.1.0 (#219)

    This PR update the underlying parser to its latest version, which brings
    new syntax like leading symbols for union and intersection types (like
    `& string & number`) and compound assignments using floor division
    (`//=`).
    
    This upgrade should also make the parser less prone to reported stack
    overflow issues.
    jeparlefrancais authored Oct 19, 2024
    Configuration menu
    Copy the full SHA
    3d0a234 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e292667 View commit details
    Browse the repository at this point in the history
Loading