Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add TI converter #63

Open
29 of 32 tasks
zdimension opened this issue Jun 26, 2018 · 1 comment
Open
29 of 32 tasks

Add TI converter #63

zdimension opened this issue Jun 26, 2018 · 1 comment
Assignees
Labels
algorithm Algorithm/pseudocode mode enhancement New feature or request

Comments

@zdimension
Copy link
Member

zdimension commented Jun 26, 2018

strikethrough means the statement/node is not compatible and won't be implemented

Nodes

  • ArrayAccessNode (adds list operator)
  • BinOpNode
  • CallNode
  • IdentifierNode
  • LambdaNode
  • ListNode
  • NumberNode
  • StringNode
  • UnaryOpNode

Statements

  • AssignStmt
  • BreakStmt
  • CallStmt
  • CommentStmt
  • ContinueStmt
  • DisplayStmt
  • ElseStmt
  • ForStmt
  • FuncStmt
  • GClearStmt
  • GFuncStmt
  • GLineStmt
  • GPointStmt (no color)
  • GWindowStmt (only min and max)
  • IfStmt
  • InputStmt
  • ReturnStmt
  • SleepStmt
  • StopStmt
  • WhileStmt

Features

  • Textual (display code)
  • Binary (generate uploadable program file)
  • In GUI
@zdimension zdimension added enhancement New feature or request algorithm Algorithm/pseudocode mode labels Jun 26, 2018
@zdimension zdimension self-assigned this Jun 26, 2018
@zdimension
Copy link
Member Author

98c4236 + d3a0a45

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
algorithm Algorithm/pseudocode mode enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant