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

Added support for help command #26

Merged
merged 1 commit into from
Jan 7, 2018
Merged

Added support for help command #26

merged 1 commit into from
Jan 7, 2018

Conversation

fourier
Copy link
Contributor

@fourier fourier commented Jan 7, 2018

Help command is used to get help on symbols from GNU APL.
If it is available remotely(i.e. remote protocol version
is > 1.5), the help will be requested and the contents
of gnu-apl--symbol-doc variable will be updated.

Note that the remote help command should return a list
of S-expressions which could be easily 'read-from-string'
and processed.

Also removed duplicated gnu-apl function.

Help command is used to get help on symbols from GNU APL.
If it is available remotely(i.e. remote protocol version
is > 1.5), the help will be requested and the contents
of gnu-apl--symbol-doc variable will be updated.

Note that the remote help command should return a list
of S-expressions which could be easily 'read-from-string'
and processed.

Also removed duplicated gnu-apl function.
@lokedhs lokedhs merged commit 1fce747 into lokedhs:master Jan 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants