X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a660d684eda27638bca0384b2058911a31c8e845..3a994742ab93d8cf6033f19dd7370553efb64a0f:/docs/latex/wx/texpr.tex?ds=sidebyside diff --git a/docs/latex/wx/texpr.tex b/docs/latex/wx/texpr.tex index 0cf364f452..0f915a823f 100644 --- a/docs/latex/wx/texpr.tex +++ b/docs/latex/wx/texpr.tex @@ -130,17 +130,17 @@ depending on what the version of FLEX expects. See the bottom of parser.y, and if necessary edit it to make it compile in the opposite way to the current compilation. -To test out wxExpr compile the test program (samples/wxexpr/wxexpr.exe), -and try loading test.exp into the test -program. Then save it to another file. If the second is identical to the -first, wxExpr is in a working state. +%To test out wxExpr compile the test program (samples/wxexpr/wxexpr.exe), +%and try loading test.exp into the test +%program. Then save it to another file. If the second is identical to the +%first, wxExpr is in a working state. \subsection{Bugs} These are the known bugs: \begin{enumerate}\itemsep=0pt -\item Functors are permissable only in the main clause (object). +\item Functors are permissible only in the main clause (object). Therefore nesting of structures must be done using lists, not predicates as in Prolog. \item There is a limit to the size of strings read in (about 5000 bytes).