arcticfox1919 / LuaDardo

A Lua virtual machine written in Dart
Apache License 2.0
176 stars 34 forks source link

Regex instead of Lua Patterns #15

Open Blendi-Goose opened 2 years ago

Blendi-Goose commented 2 years ago

The functions that use Lua Patterns in regular lua seem to be using RegEx in LuaDardo which makes it really confusing for Lua devs who have been working with Lua for a long time.

IonutParau commented 2 years ago

I agree