Skip to content
Discussion options

You must be logged in to vote

Based on my understanding, here’s what we can do:

1. How can a user provide input within the TUI environment?

There are three primary ways to handle user input within the TUI:

  1. File Input:
    The user can select or specify the path to a file containing the code to be translated or executed.

  2. Inline Editor:
    A built-in text editor where the user can directly type or paste their code. This allows quick experimentation and avoids dependency on external files.

  3. Interpreted Mode:
    Similar to a Python interpreter, this mode lets users enter and execute small snippets of code interactively.

2. Rough Sketch for the TUI

Here’s a possible starting point for the TUI layout. This is just an initial c…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by sproutcake23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
help wanted Extra attention is needed question Further information is requested core Features or implementations core to the program
2 participants