Re: [racket-users] Does Racket have a sexp-syntax regular expressions?

2019-03-27 Thread zeRusski
That's it! Thank you Philip and Jay


On Wednesday, 27 March 2019 12:48:37 UTC, Philip McGrath wrote:
>
> You'll want to look at `parser-tools/lex-sre`: 
> https://docs.racket-lang.org/parser-tools/Lexers.html#(mod-path._parser-tools%2Flex-sre)
> -Philip
>
>
> On Wed, Mar 27, 2019 at 8:45 AM zeRusski  > wrote:
>
>> No wait. I meant SRE-like to match strings, not TRX to match trees. 
>> Messed up there, sorry
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Racket Users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to racket-users...@googlegroups.com .
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [racket-users] Does Racket have a sexp-syntax regular expressions?

2019-03-27 Thread Jay McCarthy
https://docs.racket-lang.org/parser-tools/Lexers.html#%28part._.Lexer_.S.R.E_.Operators%29

On Wed, Mar 27, 2019 at 8:45 AM zeRusski  wrote:
>
> No wait. I meant SRE-like to match strings, not TRX to match trees. Messed up 
> there, sorry
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Racket Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to racket-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.



-- 
-=[ Jay McCarthy   http://jeapostrophe.github.io]=-
-=[ Associate ProfessorPLT @ CS @ UMass Lowell ]=-
-=[ Moses 1:33: And worlds without number have I created; ]=-

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [racket-users] Does Racket have a sexp-syntax regular expressions?

2019-03-27 Thread Philip McGrath
You'll want to look at `parser-tools/lex-sre`:
https://docs.racket-lang.org/parser-tools/Lexers.html#(mod-path._parser-tools%2Flex-sre)
-Philip


On Wed, Mar 27, 2019 at 8:45 AM zeRusski  wrote:

> No wait. I meant SRE-like to match strings, not TRX to match trees. Messed
> up there, sorry
>
> --
> You received this message because you are subscribed to the Google Groups
> "Racket Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to racket-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [racket-users] Does Racket have a sexp-syntax regular expressions?

2019-03-27 Thread zeRusski
No wait. I meant SRE-like to match strings, not TRX to match trees. Messed up 
there, sorry

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [racket-users] Does Racket have a sexp-syntax regular expressions?

2019-03-27 Thread Matt Jadud
I found this:

https://github.com/cordarei/racket-trx

Cheers,
M


On Wed, Mar 27, 2019 at 8:18 AM zeRusski  wrote:

> I swear someone told me there was a Racket lib equivalent of Emacs Lisp rx
> or Shivers's trx regular expressions, yet I failed to find one. Any
> pointers?
>
> Thanks
>
> --
> You received this message because you are subscribed to the Google Groups
> "Racket Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to racket-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[racket-users] Does Racket have a sexp-syntax regular expressions?

2019-03-27 Thread zeRusski
I swear someone told me there was a Racket lib equivalent of Emacs Lisp rx 
or Shivers's trx regular expressions, yet I failed to find one. Any 
pointers?

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.