0.5.0
Pre-release
Pre-release
- Improved and fixed issue reporting
- Cleaned up C loading
- Compiling directly from C no longer uses a temporary file
- Reduced the amount of paranthesis in TS emission
- C➜TS: Fixed empty records and enums sometimes being emitted
- Added internal parse options and interrupt cascade
- Added handling of
clang.RecoveryExpr - Renamed
clang.parsetoclang.parseRaw - Added new
clang.parse - Improved fomatting of emitted TS
- Added reserved name replacement to TS emitter
- Added type info type to XIR
- Clang: Fixed
UnaryExprOrTypeTraitExprandStaticAssertDeclparsing - Added issue helpers
- Added
parse/emit - Fixed output directory
- Fixed not enough buffer space
- TS emitter now supports exports
- TS emitter now automatically converts
Ref<int8>to string literals - Clang parser now exports
main - Removed misplaced
isUsedchecks - Clang parsing no longer includes unused reflections or unreferenced types
- Added
--debug-no-cascadeand--ignore-exitCLi flags - Switched to OIDC for publishing