Skip to content

Commit 64dde77

Browse files
committed
Json AST: Adding 'constants' and Improving 'globals' c3lang#1540, c3lang#1541
Fixing uint64_t printf format and binary else operator
1 parent d344cc6 commit 64dde77

File tree

2 files changed

+681
-3
lines changed

2 files changed

+681
-3
lines changed

releasenotes.md

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
- Improve error messages on expressions like `var $type = int;` #1553.
1717
- Disallow casting a `void*` to `any` or an interface, unless it is `null`.
1818
- Defer resolution of declarations when looked up in `def` aliased #1559.
19+
- Adding constants to the Json AST #1540
20+
- Adding info to the globals inside Json AST #1541
1921

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

0 commit comments

Comments
 (0)