arcticfox1919 / LuaDardo

A Lua virtual machine written in Dart
Apache License 2.0
174 stars 33 forks source link

Regex instead of Lua Patterns #15

Open Blendi-Goose opened 1 year ago

Blendi-Goose commented 1 year 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 1 year ago

I agree