View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000050 | LDMud 3.5 | LPC Compiler/Preprocessor | public | 2004-04-13 20:37 | 2009-11-04 18:12 |
Reporter | Assigned To | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
Summary | 0000050: & binds stronger than struct lookup | ||||
Description | In input_to("", 0, &room->exit); the compiler complains that 'struct Room &' can't be used for member lookups. Reason is that & binds stronger than -> . The current form of the compiler with its explicit spelling out of the reference productions prohibits any change of this behaviour - both the parser and the typetracking would need to get smarter to allow proper binding. Testcase: t-040413 | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2004-04-13 20:37 |
|
New Issue | |
2009-01-08 06:27 | zesstra | Project | LDMud 3.3 => LDMud 3.5 |
2009-11-04 18:12 | zesstra | Projection | none => redesign |
2009-11-04 18:12 | zesstra | Category | Compilation, Installation => LPC Compiler/Preprocessor |
2009-11-04 18:12 | zesstra | ETA | none => > 1 month |