lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


It was thus said that the Great dyngeccetor8 once stated:
> 
> On 12/12/2019 06.38, Sean Conner wrote:
> > 
> >   I just released org.conman.parsers.url 2.0.1 [1], a module to parse URLs into
> > an easy to use table.
> 
> Congratulations, Sean!
> 
> Is grammar based on RFC or ad hoc?

  It is based upon the grammar given by RFC-3986, the current standard for
URLs.

  -spc