Skip to content

Commit

Permalink
Json AST: Adding 'constants' and Improving 'globals' #1540, #1541
Browse files Browse the repository at this point in the history
  • Loading branch information
cardisk committed Oct 22, 2024
1 parent d344cc6 commit d63b134
Show file tree
Hide file tree
Showing 2 changed files with 681 additions and 3 deletions.
2 changes: 2 additions & 0 deletions releasenotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
- Improve error messages on expressions like `var $type = int;` #1553.
- Disallow casting a `void*` to `any` or an interface, unless it is `null`.
- Defer resolution of declarations when looked up in `def` aliased #1559.
- Adding constants to the Json AST #1540
- Adding info to the globals inside Json AST #1541

### Fixes
- `Unsupported int[*] $x = { 1, 2, 3, 4 }` #1489.
Expand Down
Loading

0 comments on commit d63b134

Please sign in to comment.