aichaos / rivescript-go

A RiveScript interpreter for Go. RiveScript is a scripting language for chatterbots.
https://www.rivescript.com/
MIT License
60 stars 16 forks source link

More than 9 stars should be supported #16

Closed kirsle closed 7 years ago

kirsle commented 7 years ago

In https://github.com/aichaos/rivescript-go/blob/7f29a68d4cf2aa8ef7501717d24f3bb549f30fc0/src/tags.go#L222

The JS and Java implementations support arbitrary numbers of <star> tags for as many capture groups as the trigger regexp matched.