X-Git-Url: http://git.droids-corp.org/?p=protos%2Flibecoli.git;a=blobdiff_plain;f=doc%2Farchitecture.rst;fp=doc%2Farchitecture.rst;h=274873de4a67920b9dc678cb87fde57562fd6d3a;hp=64ecaa8124c6e61814cbb2f582b164c528fb9bd3;hb=984760622f2c8472fd2667e24bcceb543bdb1aff;hpb=ae32f7f2fd1bc44a5388e1984f7c96bc29d3fdc2 diff --git a/doc/architecture.rst b/doc/architecture.rst index 64ecaa8..274873d 100644 --- a/doc/architecture.rst +++ b/doc/architecture.rst @@ -55,7 +55,7 @@ Parsing an input When the *libecoli* parses an input, it browses the tree (depth first search) and returns an *ecoli parse tree*. Let's decompose what is done -when ``ec_node_parse_strvec(root_node, input)`` is called, step by step: +when ``ec_parse_strvec(root_node, input)`` is called, step by step: 1. The initial input is a string vector ``["foo bar"]``. 2. The *sh_lex* node splits the input as a shell would have done it, in