William Adams
William Adams
the name map_gen is used twice as local functions. In both cases it's used immediately by some function that is close by. It seems a bit dangerous though in case...
```C //The following will cause an execution timeout error. In a running app, it appears as a hang // 'render()' is an entry-point, 'cci' would initialize the rendering context. BLImage...
Parametric functions are at the core of LuaModeling. This needs to be thoroughly documented.
Currently there's a mix of raw types and token objects on the operand stack. These all need to be Tokens, so that operations such as cvx will work. Still might...
There is currently a stub operator for stopped, and it just returns
Need to make string parsing more robust (allow for nested (parentheticals) like this) (support escaped characters \(like these\) and these \t\n\r) (support numerical escapes \0231 and such)