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 option for optional/no space internally between one-or-more number repeats #64

Open
bskinn opened this issue Oct 23, 2018 · 0 comments

Comments

@bskinn
Copy link
Owner

bskinn commented Oct 23, 2018

Would be useful for the GAMESS hessian; possibly other cases.

Probably put it as an optional flag after the quantity flag but before the sign flag: #!+x.f

Putting it before the quantity flag would run the risk of an ambiguous non-capturing token: the x of #x+.f could be either for space-after or for internal-space.

Or, could use different, non-colliding flag characters... but for intuition's sake they should probably be the same.

Could potentially restrict this to only be allowed for the floats/scinots with a specified number of digits past the decimal (#66), because for integers there's not as much of an intrinsic 'digits-past-anything' semantics to them?

@bskinn bskinn added this to the v1.0 milestone Oct 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant