yes by CFL i mean context free languages, but actually i went and re-
read your post about SQL like syntax and suddenly it makes much more
sense.

On Dec 22, 4:29 pm, [email protected] wrote:
> Of course, we are not dead. I was traveling for past couple days and
> will get back
> to work on Tellurium this week.
>
> I like your ideas about functions and please feel free to come out
> with
> any new thoughts for LQL.
>
> Is the CFL referred to Context-Free-Language?
>
> Right now, I am working on issue 72: "Design Algorithm to group UI
> objects given their XPaths".
> After I prototype it in Java, Vivek needs to convert it to Javascript.
> Vivek, please keep working
> on the TrUMP project, at least get the prototype out ASAP so that we
> can work on some presentation
> very soon.
>
> Thanks,
>
> Jian
>
> On Dec 22, 3:18 pm, Mikhail Koryak <[email protected]> wrote:
>
> > Just wanted to let you know that i am not dead, we are nearing an end
> > of a big release, we all know how that goes.
>
> > anyway, i have been giving this more though. I was at first somewhat
> > opposed to the idea of LQL, but now i think it will be necessary for
> > the following reasons:
> > i can pass jquery to selenium, but only selectors, and functions, this
> > is because the selector is a string, and a function can be encoded as
> > a string, and then i call eval() in javascript on it to 'decode' the
> > function again.
>
> > passing jquery selectors is nice but sometimes not sufficient to
> > select what i want, with a function i can select anything i want, but
> > writing a function in java is not very easy, especially if you get a
> > syntax error.
>
> > with LQL, we can build something like a CFL which can be encoded in as
> > a list of strings, to be passed to javascript, and parsed into
> > selectors, function calls and everything in between, without having to
> > worry about having syntax errors.
>
> > anyway, ill be thinking about this more, and hopefully even
> > implementing after things settle down around here
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"tellurium-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/tellurium-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to