[00:38] MSG: Ping timeout: 245 seconds [03:36] http://www.osnews.com/images/comics/wtfm.jpg [06:26] Join: YuanTi joined #corewars [07:08] Join: NickB joined #corewars [07:11] MSG: Ping timeout: 245 seconds [07:11] Join: NickBurns joined #corewars [07:14] MSG: Ping timeout: 245 seconds [08:22] MSG: Ping timeout: 245 seconds [13:29] MSG: Read error: Operation timed out [15:12] Join: Metcalf joined #corewars [15:15] Hmmm... where's everyone gone? [15:21] MSG: Ping timeout: 245 seconds [15:22] Join: Metcalf joined #corewars [15:42] Join: OoS joined #corewars [15:43] MSG: Ping timeout: 245 seconds [15:47] MSG: Ping timeout: 245 seconds [18:36] I am playing around with writing a MARS so that I understand the language better. Can anyone tell me if Redcode has operator precedence? Or do I just treat expressions in the order they come? [18:37] For example, would '6 + 7 * 3' equate to '(6 + 7) * 3' or '6 + (7 * 3)' [18:38] With operator precedence it would (usually...) be the latter, but it's easier to program an parser for the former [18:38] *a parser [21:39] ... i have no idea about that [21:39] i automatically () everything that might be a problem anyway [21:42] So do I, I was just wondering so that I am consistent with other MARS's. [21:43] I'll do some tests when I can be bothered.