Skip to content

Commit

Permalink
fix(grammar): mostly accurate funcId representation (#628)
Browse files Browse the repository at this point in the history
  • Loading branch information
novusnota authored Jul 26, 2024
1 parent d33a008 commit 4d68f4c
Show file tree
Hide file tree
Showing 20 changed files with 601 additions and 7 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Constant evaluation for structures with default and optional fields: PR [#621](https://github.com/tact-lang/tact/pull/621)
- Report error for self-referencing and mutually-recursive types: PR [#624](https://github.com/tact-lang/tact/pull/624)
- Error reporting for bounced receivers with missing parameter types: PR [#626](https://github.com/tact-lang/tact/pull/626)
- Allowed range of FunC function identifiers in `grammar.ohm`: PR [#628](https://github.com/tact-lang/tact/pull/628)

## [1.4.0] - 2024-06-21

Expand Down
3 changes: 3 additions & 0 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"forall",
"funs",
"funcfiftlib",
"funcid",
"idict",
"initof",
"infixl",
Expand Down Expand Up @@ -92,6 +93,8 @@
"grammar/sample.json",
"src/generator/writers/writeStdlib.ts",
"src/grammar/grammar.ohm-bundle.d.ts",
"src/grammar/test/items-native-fun-funcid.tact",
"src/grammar/test-failed/funcid-*.tact",
"src/imports/stdlib.ts",
"/src/test/compilation-failed/const-eval-failed.spec.ts",
"src/test/e2e-emulated/address.spec.ts",
Expand Down
Loading

0 comments on commit 4d68f4c

Please sign in to comment.