daaku / dak

Dak is a Lisp like language that transpiles to JavaScript.
https://daklang.com/
MIT License
94 stars 1 forks source link

some regexes work without leading # #96

Closed daaku closed 1 year ago

daaku commented 1 year ago

some regexps work without the leading #, like /\.dak$/ for example. these should be rejected.