> --
> You received this message because you are subscribed to the Google Groups "lepl" group.
> To post to this group, send email to le...@googlegroups.com.
> To unsubscribe from this group, send email to lepl+uns...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/lepl?hl=en.
>
Please can you read and agree to the "developer certificate of origin" at
http://www.acooke.org/lepl/licence.html#contributions ? - that lets me include
it in Lepl (it will still be (c) you (plus me if I make edits)).
Thanks,
Andrew
Sorry - I know I said that I would start working on this in May, but I am
still trying to finish another project, so haven't got to it yet. There's no
problem, and I will address this, I am just still busy with something else.
The only thing I can think of is update it for 5.0, but you did that a while
back...
Currently I expect to start on Lepl in about 2 weeks, but it could be later.
Hope that helps,
Andrew
> > > > On Mar 18, 11:08�pm, andrew cooke <and...@acooke.org> wrote:
> > > > > That's neat. �Thank-you very much. �I'll have a look at it soon (am just
> > > > > trying to get the Lepl 5 docs ready for release). �What sort of licence is it
> > > > > under? �I'll have a look. �Also, would some way to upload files be useful? �If
> > > > > you/anyone else wants write access to the repo, I could open it up (I'd like
> > > > > to retain some kind of control though - for example people could add branches
> > > > > that could be later merged?). �I guess I should look at how Google code
> > > > > handles these things. �Lepl is so little used that I haven't worried about
> > > > > this before. �Andrew
Thanks,
Andrew
PS Sorry for possible strange date in previous email - clocks changed here and
I managed to add 23 hours instead of subtracting 1.
> > > > On Mar 18, 11:08�pm, andrew cooke <and...@acooke.org> wrote:
> > > > > That's neat. �Thank-you very much. �I'll have a look at it soon (am just
> > > > > trying to get the Lepl 5 docs ready for release). �What sort of licence is it
> > > > > under? �I'll have a look. �Also, would some way to upload files be useful? �If
> > > > > you/anyone else wants write access to the repo, I could open it up (I'd like
> > > > > to retain some kind of control though - for example people could add branches
> > > > > that could be later merged?). �I guess I should look at how Google code
> > > > > handles these things. �Lepl is so little used that I haven't worried about
> > > > > this before. �Andrew
An update on this: the way that Antlr and Lepl handle tokens isn't the same.
To reproduce the behaviour of Antlr correctly I need to extend how tokens are
handled in Lepl. Since there is no point in working on Lepl's tokens without
updating the regular expression handling (since that will have a larger
impact) I am extending the reular expression handling first (this is the
opposite order to what I explained originally).
Andrew