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

Implement scm_c_define_gsubr high-level binds #6

Open
Javyre opened this issue Feb 17, 2018 · 2 comments
Open

Implement scm_c_define_gsubr high-level binds #6

Javyre opened this issue Feb 17, 2018 · 2 comments
Assignees
Milestone

Comments

@Javyre
Copy link
Contributor

Javyre commented Feb 17, 2018

This will probably require another proc_macro_hack macro for detecting parameter types and generating a proper proxy C func...

@Javyre Javyre added this to the 1.0.0 Release milestone Feb 17, 2018
Javyre added a commit that referenced this issue Mar 3, 2018
@Javyre
Copy link
Contributor Author

Javyre commented Mar 6, 2018

Roadmap:

  • Main parser code
  • Required arguments
  • Optional arguments
  • Foreign object support in arguments
  • Whatever the rst argument in scm_c_define_gsubr means

@Javyre
Copy link
Contributor Author

Javyre commented Apr 2, 2018

So apparently the rst parameter is explained on the GNU/MIT/Scheme reference
I'm not 100% sure but this could be the explanation.

gnu documentation

image

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

No branches or pull requests

2 participants