*strikethrough means the statement/node is not compatible and won't be implemented* ### Nodes - [ ] ArrayAccessNode - [ ] BinOpNode - [ ] CallNode - [ ] IdentifierNode - [ ] LambdaNode - [ ] ListNode - [ ] NumberNode - [ ] StringNode - [ ] UnaryOpNode ### Statements - [ ] AssignStmt - [ ] BreakStmt - [ ] CallStmt - [ ] CommentStmt - [ ] ContinueStmt - [ ] DisplayStmt - [ ] ElseStmt - [ ] ForStmt - [ ] FuncStmt - [ ] GClearStmt - [ ] GFuncStmt - [ ] GLineStmt - [ ] GPointStmt - [ ] GWindowStmt - [ ] IfStmt - [ ] InputStmt - [ ] ReturnStmt - [ ] SleepStmt - [ ] StopStmt - [ ] WhileStmt ### Features - [ ] Textual (display code) - [ ] Binary (generate uploadable program file) - [ ] In GUI
strikethrough means the statement/node is not compatible and won't be implemented
Nodes
Statements
Features