This is #1583 <https://github.com/leo-editor/leo-editor/issues/1538>. It
will be included in Leo 6.2 b1.
I have been able to import RustPython's compiler files with this script:
dir_ = r'C:\leo.repo\RustPython\compiler\src'
c.recursiveImport(
dir_=dir_,
kind = '@clean',
add_path = True,
recursive = False,
safe_at_file = True,
theTypes = ['.rs',]
)
This is a substantial test. leo/plugins/importers/rust.py now handles lots
of rust syntax.
The code has been merged from the rust branch into devel and 6.2.
Please report any problems.
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 view this discussion on the web visit
https://groups.google.com/d/msgid/leo-editor/cb831376-571c-48c6-9720-0d8f102f14cf%40googlegroups.com.