[Aeditor-talk] Regexp assertions

Mark msparshatt at yahoo.co.uk
Fri Dec 12 20:46:49 EST 2003


Hi,

As reccomended I've subscribed to the mailing list.

the [...] format is now working for non capturing grouping

I've almost finished working on assertions with the following working
<1,5>	repeat
<digit>	named character class
<[0-9]>	explicit character class
<-[0-9]> inverse character class

I still need to work on more complicated assertions such as
< <digit> - [0-2] > which would match all digits except 0,1 and 2, and code 
assertions.

I have a couple of questions

I want to add some new classes for code assertions and closures,

CodeBlock
	CodeAssertion
	Closure

am I right in thinking that abstractsyntax.rb is the best place to put them?

Also I'm making a list of features that I still need. Would it be best to put 
it in the TODO file or to set up a seperate TODO file for Perl6 features?

Best Regards

Mark Sparshatt



More information about the Aeditor-talk mailing list