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

sptrans: rewrite 'pprint.inc' module #38

Open
thwill1000 opened this issue Jul 15, 2021 · 0 comments
Open

sptrans: rewrite 'pprint.inc' module #38

thwill1000 opened this issue Jul 15, 2021 · 0 comments
Labels
enhancement New feature or request sptrans

Comments

@thwill1000
Copy link
Owner

thwill1000 commented Jul 15, 2021

To have the API:

' @param  token$       text for token.
' @param  type%        type of token.
' @param  num_spaces%  number of spaces between this token and the previous token.
' @return              1 on success, 0 on failure - error message in sys.err$.
Function pp.print_token%(token$, type%, num_spaces%)

In addition options should be pushed to it (and stored in its variables) instead of it pulling them from options.inc.

@thwill1000 thwill1000 added the enhancement New feature or request label Jul 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request sptrans
Projects
None yet
Development

No branches or pull requests

1 participant