2015-04-24 18:32 GMT+02:00 Jens Axel Søgaard <jensa...@soegaard.net>:

>
>
> 2015-04-24 18:25 GMT+02:00 Jos Koot <jos.k...@gmail.com>:
>
>>  Hi Jens Axel,
>>
>> Thanks for replying and explaining.
>>
>> Can you discriminate between a+b and |a+b| or a|+|b?
>>
>> When I get around to adding |...| identifiers to the lexer, it will work
> like this:
>
>   "a+b"   will be parsed as (+ a b)
>   "|a+b|"  as a+b    (a single identifier)
>   "a|+|b"  will be passed as (+ a b)
>

I forgot to mention that the infix reader already reads  foo_bar as foo-bar.
I.e. the most common symbols are easily accessible already.

/Jens Axel

-- 
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.

Reply via email to