elan-language / Documentation

0 stars 0 forks source link

Snake #96

Open richardpawson opened 8 months ago

richardpawson commented 8 months ago

Refactor snake:

  1. No Game - move most functionality onto Snake and Apple
  2. Test
richardpawson commented 7 months ago

Currently it seems to be compiling except for not seeing the (inherited?) methods on CharMap

richardpawson commented 7 months ago

Closed as Snake program is now compiling and running

richardpawson commented 7 months ago

Assigning to Stef. Procedural version (see T96 Ignored test) is now parsing but failing compilation with a NotImplementedExceptionfor TupleDefNode. I am nor sure what part of my Elan code is causing this.