Skip to content

Commit

Permalink
feat: bin and oct integer literals & allow underscores in all kinds o…
Browse files Browse the repository at this point in the history
…f numerical literals (tact-lang#99)

Co-authored-by: Anton Trunov <[email protected]>
  • Loading branch information
Gusarich and anton-trunov authored Feb 14, 2024
1 parent c1da557 commit dec740e
Show file tree
Hide file tree
Showing 28 changed files with 1,941 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added
- Augmented assignment operators (`+=`, `-=`, `*=`, `/=` and `%=`): PR [#87](https://github.com/tact-lang/tact/pull/87)
- Binary and octal literals with underscores as numerical separators: PR [#99](https://github.com/tact-lang/tact/pull/99)

### Changed
- Decimal and hexadecimal literals now allow underscores as numerical separators: PR [#99](https://github.com/tact-lang/tact/pull/99)

### Fixed
- Relative imports from parent directories: PR [#125](https://github.com/tact-lang/tact/pull/125)
Expand Down
Loading

0 comments on commit dec740e

Please sign in to comment.