log code/gqc.tp @ 70:5f44ac1bcbd6

age author description
Sun, 27 Jul 2014 23:43:37 -0700 Michael Pavone Add support for a special notFirst? variable so that globals can be initialized on startup only. This allows for state that persists between turns
Sun, 27 Jul 2014 23:19:23 -0700 Michael Pavone Implement plain if in gqc and use it in ghost0. This provides a small improvement in code size
Sun, 27 Jul 2014 22:34:37 -0700 Michael Pavone Small optimization, avoid redundant MOV instructions
Sun, 27 Jul 2014 22:16:01 -0700 Michael Pavone Cleanup handling of temporaries in gqc
Sun, 27 Jul 2014 20:03:34 -0700 Michael Pavone Implement if:else in gqc
Sun, 27 Jul 2014 19:52:30 -0700 Michael Pavone Mostly complete version of gqc. Biggest omission is if:else. Defining labels also needs work.
Sun, 27 Jul 2014 16:26:56 -0700 Michael Pavone Partial implementation of Ghost-Quiche