| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| aec_linux_i686.zip | 2025-10-25 | 1.1 MB | |
| aec_win64.zip | 2025-10-25 | 615.9 kB | |
| aec_win32.zip | 2025-10-25 | 652.7 kB | |
| aec_NodeJS_WebAssembly.zip | 2025-10-25 | 221.8 kB | |
| aec_linux_x86-64.zip | 2025-10-25 | 1.2 MB | |
| aec_freedos.zip | 2025-10-25 | 576.5 kB | |
| Fixed a bug preventing the compilation of the comparisons of structure pointers to zero source code.tar.gz | 2025-10-25 | 401.8 kB | |
| Fixed a bug preventing the compilation of the comparisons of structure pointers to zero source code.zip | 2025-10-25 | 446.1 kB | |
| README.md | 2025-10-25 | 511 Bytes | |
| Totals: 9 Items | 5.1 MB | 2 | |
I've done a quick fix to enable the comparison of structure pointers with zero, by telling the core of the compiler to assume, if the semantic analyzer outputs a type annotation which the core of the compiler cannot parse, that the type of the relevant node is supposed to be Integer32. Not a particularly nice solution, but I suppose this is better than nothing.