William Adams

Results 7 issues of 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...

code health

```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...

bug

Parametric functions are at the core of LuaModeling. This needs to be thoroughly documented.

feature request

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...

bug
enhancement

There is currently a stub operator for stopped, and it just returns

bug
enhancement

like: 16#2fe4 2#1001

bug
enhancement

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)

bug