Skip to content

Rewrote matches using idiomatic rust

thebirdsdontsing requested to merge refactor/clean-up-lexer-matching into main

Created by: ecoulson

Summary

There were cases where the lexer was not taking advantage of the methods provided by Option and Result, which led to excess boilerplate code

Merge request reports