2 Infix Tokens
Link to this section with
@secref["Infix_Tokens"
#:doc '(lib "infix-syntax/scribblings/infix-syntax.scrbl")]
Link to this section with
@secref["Infix_Tokens"
#:doc '(lib "infix-syntax/scribblings/infix-syntax.scrbl")]
2.1 Infix Procedure
Link to this section with
@secref["Infix_Procedure"
#:doc '(lib "infix-syntax/scribblings/infix-syntax.scrbl")]
Link to this section with
@secref["Infix_Procedure"
#:doc '(lib "infix-syntax/scribblings/infix-syntax.scrbl")]
2.2 Infix Precedence
Link to this section with
@secref["Infix_Precedence"
#:doc '(lib "infix-syntax/scribblings/infix-syntax.scrbl")]
Link to this section with
@secref["Infix_Precedence"
#:doc '(lib "infix-syntax/scribblings/infix-syntax.scrbl")]
2.3 Constructing Tokens
Link to this section with
@secref["Constructing_Tokens"
#:doc '(lib "infix-syntax/scribblings/infix-syntax.scrbl")]
Link to this section with
@secref["Constructing_Tokens"
#:doc '(lib "infix-syntax/scribblings/infix-syntax.scrbl")]
(infix-token infix-opt ...+)
|
(infix-lambda head prec-opt body ...+ ex-opt) |
|
infix-arg | | = | | prec-arg | | | | | | proc | | | | | | ex-arg | | | | | | prec-arg | | = | | | | | | | | #:prec prec | | | | | | #:precedence prec | | | | | | ex-arg | | = | | | | | | | | #:ex ex | | | | | | #:expand ex |
|