Skip to content

Commit

Permalink
Update to 0.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
lerno committed Jul 2, 2024
1 parent 38eb973 commit 8b42cb2
Show file tree
Hide file tree
Showing 12 changed files with 1,024 additions and 821 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

## [Unreleased]

## [0.0.15] - 2024-07-03

- Added `$concat` and `$append` support.
- Support `{ .foo, .bar }` bitstruct initialization.
- Support `defer (catch err)`
- Support of `213L`

## [0.0.14] - 2024-06-12

### Updated
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pluginGroup = com.github.c3lang.c3intellij
pluginName = c3intellij
pluginRepositoryUrl = https://github.com/c3lang/c3intellij
# SemVer format -> https://semver.org
pluginVersion = 0.0.14
pluginVersion = 0.0.16

# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 222
Expand Down
1,582 changes: 803 additions & 779 deletions src/main/gen/org/c3lang/intellij/lexer/C3Lexer.java

Large diffs are not rendered by default.

125 changes: 88 additions & 37 deletions src/main/gen/org/c3lang/intellij/parser/C3Parser.java

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

10 changes: 10 additions & 0 deletions src/main/gen/org/c3lang/intellij/psi/C3CtConcat.java

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

16 changes: 16 additions & 0 deletions src/main/gen/org/c3lang/intellij/psi/C3CtConcatExpr.java

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

10 changes: 10 additions & 0 deletions src/main/gen/org/c3lang/intellij/psi/C3Types.java

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

8 changes: 8 additions & 0 deletions src/main/gen/org/c3lang/intellij/psi/C3Visitor.java

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

Loading

0 comments on commit 8b42cb2

Please sign in to comment.