Skip to content
This repository has been archived by the owner on Jul 3, 2020. It is now read-only.

qsts currently only works with single char variables names #3

Closed
2 tasks done
llyr-who opened this issue May 1, 2020 · 0 comments
Closed
2 tasks done

qsts currently only works with single char variables names #3

llyr-who opened this issue May 1, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@llyr-who
Copy link
Owner

llyr-who commented May 1, 2020

Problem

qsts currently only works with single char variables names. This might be a problem for some people.

Suggested Solution

Implement a "scanner" of some kind that will scan a string or terminal input and generate a list (maybe) of parse_tokens (maybe). Alter the infix,postfix types accordingly.

Acceptance Criteria

  • calling expression("hello + ginger * zing - (a + b-d)") will generate a valid expression.
  • test, as always
@llyr-who llyr-who self-assigned this May 1, 2020
@llyr-who llyr-who added the enhancement New feature or request label May 1, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant