0.3.2: Parsing Parsnips
Lots of parsing-related features and bug fixes in this release.
Breaking
None.
Enhancements
- Added definition line ranges to declarations.
JP Simard
#198 - Parse
doc.full_as_xml
.
JP Simard
#37 - Parse documentation comments.
JP Simard
Bug Fixes
- Fixed out-of-bounds exception when parsing the declaration in files starting
with a declaration.
JP Simard
#30 - Fixed out-of-bounds exception and inaccurate parsed declarations when using
multibyte characters.
JP Simard
#35 - Fixed parsing issues with keyword functions such as
subscript
,init
and
deinit
.
JP Simard
#27 - Fixed issues where USR wasn't accurate because dependencies couldn't be
resolved.
JP Simard