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

Embedding Inyoka python code in InyokaEdit #93

Closed
ElTh0r0 opened this issue Apr 19, 2017 · 2 comments
Closed

Embedding Inyoka python code in InyokaEdit #93

ElTh0r0 opened this issue Apr 19, 2017 · 2 comments

Comments

@ElTh0r0
Copy link
Contributor

ElTh0r0 commented Apr 19, 2017

By using Python/C++ API it might be possible to use the original Inyoka source (parser / template language) in InyokaEdit.

API Reference: http://docs.python.org/c-api/
Example {de}: http://python.haas.homelinux.net/python_kapitel_26_003.htm#mjc6b49d1c4e0ceb18304013caf898a2e0

@encbladexp
Copy link

In a perfect world, somebody would write a new parser in Rust. The Parser is atm the slowest part of Inyoka, and depends on some parts on an existing database and Jinja.

@ElTh0r0
Copy link
Contributor Author

ElTh0r0 commented Aug 30, 2017

Following encbladexp's comment, Inyoka code cannot be embedded for parsing the template language --> won't be implemented. Only solution is #17

@ElTh0r0 ElTh0r0 closed this as completed Aug 30, 2017
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

2 participants