Releases: Akuli/jou
Releases · Akuli/jou
2025-02-08-0400
2025-02-06-0400
This release contains the following changes:
- Fix a memory leak in uvg_analyze.jou (#734)
- Do not mention non-PR commits in release descriptions (#732)
- Run valgrind on a couple files in each pull request (#735)
- Tweak error message for using
@public
with the main() function (#738) - Support True and False in compile-time if statements (#736)
- Show warning if nested loops use the same variable (#739)
- Allow non-ASCII variable names (#741)
- Temporarily allow
@public
in all places where it will be added (#744) - Handle
-> noreturn
functions properly (#745) - Make enums private if not decorated with
@public
(#747) - Add memcmp() function to stdlib/mem.jou (#748)
2025-02-05-0400
2025-02-04-0400
This release contains the following changes:
2025-01-30-0400
Introduce Undefined Value Graphs (UVGs) (#717)
2025-01-29-0400
Rename strcspn parameter (#716)
2025-01-28-0400
Compiler code cleanup: simplify array of strings (#715)
2025-01-27-0400
bootstrap.sh: Add commit hash sanity check (#704)
2025-01-26-0400
Compiler refactor: replace Control Flow Graphs with builders (#686)
2025-01-25-0400
fix example in README (#687)