SirSeim/Deeg

Entity Testing ToDo List

Closed this issue · 1 comments

  • Program
  • Block
  • Type
  • ForStatement
    • StdFor
    • StdForIdExp
    • CountFor
    • CountsFor
  • IfStatement
    • ElseIfStatment
    • ElseStatement
  • WhileStatement
  • ReturnStatement
  • ClassDefinition
  • VariableDeclaration
    • VariableAssignment
    • VariableExpression
  • Args
  • ExpList
  • FunctionExp
  • Params
  • ParamList
  • TrailingIf
  • VariableReference
  • FieldAccess
  • IterableItem
  • Range
  • IntegerLiteral
  • FloatLiteral
  • BooleanLiteral
  • StringLiteral
  • List
  • Dict
  • BindingList
  • Binding
  • BinaryExpression
  • UnaryExpression
  • Function //

@mreid10 make sure to check off items as you go. I'd only check ones that have an actual test running, not one that is written but is commented out.