View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000328 | LDMud | LPC Compiler/Preprocessor | public | 2004-12-23 13:18 | 2009-10-06 01:52 |
Reporter | Assigned To | ||||
Priority | low | Severity | feature | Reproducibility | always |
Status | new | Resolution | open | ||
Summary | 0000328: Introduce NaN integers | ||||
Description | When handling numeric overflows (-0x100000000), the driver doesn't really handle these but instead maps them to INT_MIN or INT_MAX. A better way would be to introduce NaN values for +/- infinity. This is probably most easily done if the compiler is rewritten to use ASTs and to delay the number parsing until the very last moment. Alternatively, implement long numbers and let the driver automatically select the best implementation. | ||||
Tags | No tags attached. | ||||
External Data (URL) | |||||
Date Modified | Username | Field | Change |
---|---|---|---|
2004-12-23 13:18 |
|
New Issue | |
2009-10-06 01:52 | zesstra | Note Added: 0001487 |