-
Notifications
You must be signed in to change notification settings - Fork 344
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
Support , as punctuation in ocaml #7
Comments
Likewise && |
Wilfred
pushed a commit
that referenced
this issue
Dec 29, 2021
Wilfred
pushed a commit
that referenced
this issue
Feb 3, 2022
Previously, the grammar could not parse inline # text within an XHP expression. This was because the # character was seen as a comment rather than part of an XHP string. This problem was fixed by giving XHP strings a higher precedence.
igorclark
pushed a commit
to igorclark/difftastic
that referenced
this issue
Mar 28, 2022
ido77778
pushed a commit
to ido77778/difftastic
that referenced
this issue
May 3, 2022
✨Add support for Yul inline assembly
grunweg
pushed a commit
to grunweg/difftastic
that referenced
this issue
May 5, 2023
grunweg
pushed a commit
to grunweg/difftastic
that referenced
this issue
May 5, 2023
Add test for Wilfred#7
grunweg
pushed a commit
to grunweg/difftastic
that referenced
this issue
May 5, 2023
brneor
pushed a commit
to brneor/difftastic
that referenced
this issue
Sep 20, 2023
* Update Cargo.toml * Update build.rs
gcr
pushed a commit
to gcr/difftastic-nim
that referenced
this issue
Jan 31, 2024
Covers basic statements like: `import`, `export`, `discard`, `return`, etc.
Wilfred
pushed a commit
that referenced
this issue
Feb 15, 2024
Also switched to version number to follow the upstream decision. We still specify the exact version because our grammar depends heavily on the upstream implementation detail. Closes #7
bernhard-herzog
pushed a commit
to bernhard-herzog/difftastic
that referenced
this issue
May 2, 2024
Typed record patterns
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: