1 Parsing
Link to this section with
@secref["Parsing" #:doc '(lib "infix-syntax/scribblings/infix-syntax.scrbl")]
Link to this section with
@secref["Parsing" #:doc '(lib "infix-syntax/scribblings/infix-syntax.scrbl")]
1.1 Parsing Functions
Link to this section with
@secref["Parsing_Functions"
#:doc '(lib "infix-syntax/scribblings/infix-syntax.scrbl")]
Link to this section with
@secref["Parsing_Functions"
#:doc '(lib "infix-syntax/scribblings/infix-syntax.scrbl")]
Repeatedly applies the infix procedure associated with
the value v of the first element of in
until (stop? v) is true and l is not
#f, or in is '().
Repeatedly applies the infix procedure associated with value v
of the first element of in until the precedence of v is
less than m and l is not #f, or in
is '().
1.2 Handling Scope
Link to this section with
@secref["Handling_Scope"
#:doc '(lib "infix-syntax/scribblings/infix-syntax.scrbl")]
Link to this section with
@secref["Handling_Scope"
#:doc '(lib "infix-syntax/scribblings/infix-syntax.scrbl")]
(infix-lookup-syntax s [tbl]) → any/c
|
s : syntax? |
tbl : dictionary? = (infix-local-table) |
(infix-local-table) → dictionary?
|