On Sat, Feb 24, 2018 at 12:48 PM, vitalije <[email protected]> wrote:
> Here is one of rust libraries for generating lexer/parser LALRPOP > <http://lalrpop.github.io/lalrpop/> > > Here is rust library for writing shared library extensions for CPython > rust-cpythton <http://dgrunwald.github.io/rust-cpython/doc/cpython/> > > Here is a video <https://youtu.be/CRiX-KTRmm0?t=1013> explaining how to > write python extension in rust. > Thanks for this. This post <https://groups.google.com/d/msg/leo-editor/GJ7K_Ohv2_A/yUNG0zF5AAAJ> clarified my thinking about allowing non-python code within Leo. The conclusion is that plugins (and only plugins) can require any kind of packages they like. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
