v0.4.0.0
Breaking changes (this could really break your code):
- Changed
<|>to<>(Monoidis better for 'appending' thanAlternative) - Changed
>^>to<|>- (Alternativenow really means alternative) - Changed
toListtomany(Use existingAlternativefunction instead of a custom one) - Added
somefunction (Alternative, default implementation won't work) - C-lexer now supports parsing numbers up to 18 digits (E-notation is not optimized yet)