Skip to content

Commit

Permalink
support unicode characters in string literals up to 0.7.0
Browse files Browse the repository at this point in the history
Closes #784
  • Loading branch information
OmarTawfik committed Feb 22, 2024
1 parent ad98d1c commit ed6879b
Show file tree
Hide file tree
Showing 257 changed files with 1,049 additions and 715 deletions.
5 changes: 5 additions & 0 deletions .changeset/eighty-moons-talk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@nomicfoundation/slang": patch
---

support unicode characters in string literals up to `0.7.0`
5 changes: 5 additions & 0 deletions .changeset/proud-flowers-march.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@nomicfoundation/slang": patch
---

rename `AsciiStringLiteral` to `StringLiteral`
229 changes: 130 additions & 99 deletions crates/solidity/inputs/language/src/definition.rs

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ed6879b

Please sign in to comment.