diff options
| author | Ganesh Viswanathan <dev@genotrance.com> | 2020-05-19 10:27:31 -0500 |
|---|---|---|
| committer | Ganesh Viswanathan <dev@genotrance.com> | 2020-05-19 10:27:31 -0500 |
| commit | f079d851db1db0dd64d7538a8b417b1e5c0985a1 (patch) | |
| tree | 539019ab7559d1f650d23ec4689107291b6e3bc5 | |
| parent | 6f96437f39572f3b01f4e61b684f2a74cb524bba (diff) | |
| download | nimterop-f079d851db1db0dd64d7538a8b417b1e5c0985a1.tar.gz nimterop-f079d851db1db0dd64d7538a8b417b1e5c0985a1.zip | |
Changelog for variable support
| -rw-r--r-- | CHANGES.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -35,6 +35,7 @@ https://github.com/nimterop/nimterop/compare/v0.4.4...v0.5.0 - Nested function pointers - [#155][i155] [#156][i156] - Various enum fixes - [#159][i159] [#171][i171] - Map `int arr[]` to `arr: UncheckedArray[cint]` - [#174][i174] + - Global variables including arrays and procs (since v0.5.4) - `ast2` also includes an advanced expression parser that can reliably handle constructs typically seen with `#define` statements and enumeration values: - Integers + integer like expressions (hex, octal, suffixes) |
