Skip to content
Snippets Groups Projects
Commit 6e8726c2 authored by pigeonmoelleux's avatar pigeonmoelleux 💬 Committed by loutr
Browse files

Resolve "Unhandled integers" ✨️

Closes #41 🐔️👍️
Approved-by: default avatarbelazy <aarthuur01@gmail.com>
Approved-by: default avataraalbert <augustin.albert@bleu-azure.fr>
Approved-by: default avatarloutr <loutr@crans.org>

🦀️🍰🦀️🍰🦀️🍰

* chore(builder): Open issue (#94)

* fix(elaboration): Rebase issues

* chore(parser): Check every branch on unhandled parse_level

* perf(parser): Use try_fold instead of collect

* chore(parser): Remove useless wrapping on parse_level

* feat(parser): add coverage

* feat(parser): remove sum in the parsing of plus

* chore(kernel): add tests for  function

* chore(kernel): Add documentation for the  function

* fix(parser): Handle FromStr failure on usize

* chore(parser): Modify Kind::CannotParse to Kind::UnexpectedToken

* fix(kernel): fixed issues enlightened during the review

* Change the location of `max_depth` which is now a impl of Builder
 * Remove the corresponding tests, which will be added in the future
* The test for the depth is now made before the creation of the `Level` struct

* feat(level): Add max_depth in Builder
parent e9ce63cf
Branches 60-add-exists-type 62-add-sigma-type
No related tags found
Loading
Pipeline #12348 passed with stages
in 9 minutes and 31 seconds