bscan / RakuNavigator

Raku language support and language server
MIT License
50 stars 3 forks source link

Change Raku regexes from Perl5 to native Raku #17

Open bscan opened 1 year ago

bscan commented 1 year ago

Currently many of the regexes in https://github.com/bscan/RakuNavigator/blob/master/server/src/raku/navigator.raku are perl5 compatibility mode regexes. For a variety of reasons, they should probably updated to native Raku.