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

Initial Working Beta #2

Draft
wants to merge 21 commits into
base: main
Choose a base branch
from
Draft

Initial Working Beta #2

wants to merge 21 commits into from

Conversation

Richard-Stump
Copy link
Contributor

Goals:

This initial version should let users execute basic commands on their robots, from the PROS terminal, files on the robot's SD card, and files piped into the PROS terminal. Commands can have both named and unnamed arguments that are strings, numbers, booleans, or tuples.

The main motivation for this version is to have working prototype to test and get feedback on for future refinements to the API, language, and other behaviors with the shell.

Todo List:

  • Set up project
    • Set up PROS project for interpreter:
      • Get Bison and Flex compiling in PROS
      • Get some simple programs for testing on Windows
      • Project compiles with PROS
    • Set up library binding project ARMS
      • Set up PROS project
      • Link the interpreter
    • Set up doxygen build system
    • Set up robust build system that builds interpreter, bindings, and docs in one run
  • Command execution
    • Add commands to the shell
    • Set shell prompt
    • Run the shell interactively
    • Named command arguments
    • Proper execution on windows test
    • Unnamed command arguments
    • Proper execution on V5 system
  • PROS bindings
    • wait command
    • motor move commands
    • ADI set analog commands
    • ADI set digital commands
  • Misc. Commands:
    • echo command
    • run file command
    • record to file commands
  • ARMS bindings
    • Goto/Move commands
    • Turn/Face commands
    • Setpid command
    • Setpose command
    • Wait until settled command
  • Input sources
    • Run from stdin interactively
    • Run from generic std::istreams
    • Run files from the V5's SD card slot
    • Run files piped through the terminal

@Richard-Stump Richard-Stump added the feature New feature or request label Nov 25, 2023
@Richard-Stump Richard-Stump marked this pull request as draft November 25, 2023 15:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant