Thanks for your feedback!
I have updated my proposal again, trying to explain everything clearer.
I thought that implement regular expression parsing from scratch is
not difficult, and can lead to a more uniform structure. But after
some consideration, I find it not worth maintaining a database o
On 30/04/13 03:11, Albus X wrote:
> My proposal is updated. I removed the mentioning of Prolog, made the
> algorithm description clearer, and added more explanation.
Hi,
I could spot a few vague/ambiguous parts in the current description:
- what do you mean by "variable name" ?
- what does it me
My proposal is updated. I removed the mentioning of Prolog, made the
algorithm description clearer, and added more explanation.
On Tue, Apr 30, 2013 at 8:58 AM, Albus X wrote:
> No. I am indeed not familiar with programming in Prolog. I mentioned
> it because the pattern matching feature of Prolo
No. I am indeed not familiar with programming in Prolog. I mentioned
it because the pattern matching feature of Prolog, (or maybe many
functional languages?) is implemented that way. I think find and
replace is also a kind of pattern matching, and for the replace
feature, the substitution table cal
Hi Albus,
Thank you for your proposal.
I am not very familiar with the project, but I see that you mention Prolog
in your proposal. Are you planning on using Prolog? Do you have any ideas
in how a similar algorithm could be implemented in C or C++ instead? (It
would be good if a LyX user did no
I have officially submitted my proposal at
https://google-melange.appspot.com/gsoc/proposal/review/google/gsoc2013/albuseer/1
Please have a review.
On Mon, Apr 29, 2013 at 10:18 AM, Albus X wrote:
>> I am not very familiar with git, what is the meaning of
>> [712e1871/lyxgit]? I just cloned the
On 29/04/13 00:15, Tommaso Cucinotta wrote:
>> I read the corresponding sections in the user guide, and tried to find
>> some math using regular expressions. I noticed that, I must insert a
>> regex box first. But since there can be regex box inside math box or
>> vice versa, which is the correct w
On 28/04/13 13:55, Albus X wrote:
> Hello everyone, I am interested in GSoC 2013 and particularly the
> "Advanced find and replace" project.
Hi there,
welcome to LyX!
First of all, let me redirect you to the information available at
http://www.google-melange.com/gsoc/org/google/gsoc2013/lyx
Hello everyone, I am interested in GSoC 2013 and particularly the
"Advanced find and replace" project.
Before I start, I had a try with the current version, and want to ask
some questions.
I read the corresponding sections in the user guide, and tried to find
some math using regular expressions.