File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -51,16 +51,19 @@ RootNode[1] (1:1-1:17, 0-16)
51
51
Transform an [ MDAST] [ ] syntax tree and corresponding [ virtual file] [ vfile ]
52
52
into an [ NLCST] [ nlcst ] tree.
53
53
54
- ###### Parameters
54
+ ##### Parameters
55
55
56
56
* ` node ` ([ ` MDASTNode ` ] [ mdast ] )
57
57
— Syntax tree (with positional information)
58
58
* ` file ` ([ ` VFile ` ] [ vfile ] )
59
- * ` parser ` (` Function ` )
60
- — Constructor of an NLCST parser, such as [ ** parse-english** ] [ english ] ,
61
- [ ** parse-dutch** ] [ dutch ] , or [ ** parse-latin** ] [ latin ]
62
59
63
- ###### Returns
60
+ ##### ` parser `
61
+
62
+ Constructor of an NLCST parser (` Function ` ). For example,
63
+ [ ` parse-english ` ] [ english ] , [ ` parse-dutch ` ] [ dutch ] , or
64
+ [ ` parse-latin ` ] [ latin ] .
65
+
66
+ ##### Returns
64
67
65
68
[ ` NLCSTNode ` ] [ nlcst ] .
66
69
You can’t perform that action at this time.
0 commit comments